about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-17 11:50:59 +0100
committerPeter Simons <simons@cryp.to>2018-03-17 21:16:48 +0100
commitb59905bfe46870720c170ea26cb0b6d6d76485a7 (patch)
tree73db8d89944232282c2966b7ef64c5847ef8faa6 /pkgs/development/haskell-modules
parente772848b442171c4a84ef2f04eff2dba14573b37 (diff)
downloadnixlib-b59905bfe46870720c170ea26cb0b6d6d76485a7.tar
nixlib-b59905bfe46870720c170ea26cb0b6d6d76485a7.tar.gz
nixlib-b59905bfe46870720c170ea26cb0b6d6d76485a7.tar.bz2
nixlib-b59905bfe46870720c170ea26cb0b6d6d76485a7.tar.lz
nixlib-b59905bfe46870720c170ea26cb0b6d6d76485a7.tar.xz
nixlib-b59905bfe46870720c170ea26cb0b6d6d76485a7.tar.zst
nixlib-b59905bfe46870720c170ea26cb0b6d6d76485a7.zip
haskell-conduit: use latest version when compiling with ghc-8.4.x
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix3
1 files changed, 3 insertions, 0 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 cada77bd3ab3..8520477f5862 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -721,4 +721,7 @@ self: super: {
   # https://github.com/jgm/pandoc-types/issues/37
   pandoc-types = self.pandoc-types_1_17_4_1;
 
+  # 1.3.0.0 does not compile.
+  conduit = self.conduit_1_3_0_1;
+
 }