haskell-hledger-lib: drop obsolete override for ghc-8.4.x

This commit is contained in:
Peter Simons 2018-03-25 20:02:41 +02:00
parent dfa1640429
commit 7ac95d5a8a

View file

@ -641,13 +641,6 @@ self: super: {
jailbreak = true;
});
# Fix missing semigroup instance for Journal.
hledger-lib = appendPatch super.hledger-lib (pkgs.fetchpatch
{ url = https://github.com/simonmichael/hledger/pull/718.patch;
sha256 = "1gcs9j934wvk9hbn27zm42dnvf4x1gxr54li4kdw3zi3160y2l5c";
stripLen = 1;
});
# Fix missing semigroup instance.
data-inttrie = appendPatch super.data-inttrie (pkgs.fetchpatch
{ url = https://github.com/luqui/data-inttrie/pull/5.patch;