haskellPackages.encoding: fix build with Cabal 2.0

This commit is contained in:
Nikolay Amiantov
2018-04-26 17:01:14 +03:00
parent 17e5dcd3dd
commit bea11a34fb
2 changed files with 70 additions and 0 deletions
@@ -1028,6 +1028,9 @@ self: super: {
indexed-list-literals = self.indexed-list-literals_0_2_0_0;
};
# https://github.com/dmwit/encoding/pull/3
encoding = appendPatch super.encoding ./patches/encoding-Cabal-2.0.patch;
}
//