summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-19 14:01:36 +0100
committerPeter Simons <simons@cryp.to>2018-03-20 16:23:12 +0100
commit92935aeac850d5ae4ad0a3bd94e1e5a2177a384c (patch)
treeca0d7c1fcc74c04a0f811f1845081205d49d9738 /pkgs
parente4a5fea87fdfa0431c068661c32fc6781b629577 (diff)
downloadnixlib-92935aeac850d5ae4ad0a3bd94e1e5a2177a384c.tar
nixlib-92935aeac850d5ae4ad0a3bd94e1e5a2177a384c.tar.gz
nixlib-92935aeac850d5ae4ad0a3bd94e1e5a2177a384c.tar.bz2
nixlib-92935aeac850d5ae4ad0a3bd94e1e5a2177a384c.tar.lz
nixlib-92935aeac850d5ae4ad0a3bd94e1e5a2177a384c.tar.xz
nixlib-92935aeac850d5ae4ad0a3bd94e1e5a2177a384c.tar.zst
nixlib-92935aeac850d5ae4ad0a3bd94e1e5a2177a384c.zip
haskell-conduit: drop obsolete override for ghc 8.4.x
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix3
1 files changed, 0 insertions, 3 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 d2b7f369fc8d..9757b485fdd3 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -662,9 +662,6 @@ self: super: {
       sha256 = "1wwdzrbsjqb7ih4nl28sq5bbj125mxf93a74yh4viv5gmxwj606a";
     });
 
-  # 1.3.0.0 does not compile.
-  conduit = self.conduit_1_3_0_1;
-
   # https://github.com/jgm/pandoc-types/issues/37
   pandoc-types = self.pandoc-types_1_17_4_2;