about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-25 20:02:41 +0200
committerPeter Simons <simons@cryp.to>2018-03-25 20:21:45 +0200
commit7ac95d5a8a81fe2c70714bfdfe63fd74dc7f5bfa (patch)
treecc776d8a202b097322f3ab7e1e8d3ad776036569 /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parentdfa16404295d4b918b0959f76a56026886bb90df (diff)
downloadnixlib-7ac95d5a8a81fe2c70714bfdfe63fd74dc7f5bfa.tar
nixlib-7ac95d5a8a81fe2c70714bfdfe63fd74dc7f5bfa.tar.gz
nixlib-7ac95d5a8a81fe2c70714bfdfe63fd74dc7f5bfa.tar.bz2
nixlib-7ac95d5a8a81fe2c70714bfdfe63fd74dc7f5bfa.tar.lz
nixlib-7ac95d5a8a81fe2c70714bfdfe63fd74dc7f5bfa.tar.xz
nixlib-7ac95d5a8a81fe2c70714bfdfe63fd74dc7f5bfa.tar.zst
nixlib-7ac95d5a8a81fe2c70714bfdfe63fd74dc7f5bfa.zip
haskell-hledger-lib: drop obsolete override for ghc-8.4.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 613af548c331..a8ba253839a6 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -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;