about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhav.sagar@obsidian.systems>2019-08-29 13:38:39 -0400
committerPeter Simons <simons@cryp.to>2019-09-03 09:23:28 +0200
commit02b965ed7de3208a5c3310b3be5e9f69e062ed43 (patch)
tree79530dc8b7d7ffcb3e17a4fbfc67eba8dcd81ff6 /pkgs/development/haskell-modules
parentc8aee770a0d9912b1cb0c7ae7753b9cf246d9172 (diff)
downloadnixlib-02b965ed7de3208a5c3310b3be5e9f69e062ed43.tar
nixlib-02b965ed7de3208a5c3310b3be5e9f69e062ed43.tar.gz
nixlib-02b965ed7de3208a5c3310b3be5e9f69e062ed43.tar.bz2
nixlib-02b965ed7de3208a5c3310b3be5e9f69e062ed43.tar.lz
nixlib-02b965ed7de3208a5c3310b3be5e9f69e062ed43.tar.xz
nixlib-02b965ed7de3208a5c3310b3be5e9f69e062ed43.tar.zst
nixlib-02b965ed7de3208a5c3310b3be5e9f69e062ed43.zip
haskell.packages.ghc881.dlist: fix build
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index c3cf203a8234..fd402319d958 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -81,10 +81,6 @@ self: super: {
       sed -i -e 's/time < 1.9/time < 2/' tar.cabal
     '';
   });
-  dlist = appendPatch (doJailbreak super.dlist) (pkgs.fetchpatch {
-    url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/dlist-0.8.0.6.patch";
-    sha256 = "0lkhibfxfk6mi796mrjgmbb50hbyjgc7xdinci64dahj8325jlpc";
-  });
   vector-th-unbox = appendPatch super.vector-th-unbox (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/vector-th-unbox-0.2.1.6.patch";
     sha256 = "0169yf9ms1g5mmkc5l6hpffzm34zdrqdng4df02nbdmfgba45h19";