From 099c1a4522c9c1237e1dfc021ffb25ed13c2bff9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 5 Aug 2015 14:26:42 +0200 Subject: haskell-tar: use older version for builds with GHC < 7.6.x. --- pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix') diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix index e30d31bdc870..1ec76e6fa192 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix @@ -70,4 +70,7 @@ self: super: { # Needs hashable on pre 7.10.x compilers. nats = addBuildDepend super.nats self.hashable; + # Newer versions require bytestring >=0.10. + tar = super.tar_0_4_1_0; + } -- cgit 1.4.1