summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-08-05 14:26:42 +0200
committerPeter Simons <simons@cryp.to>2015-08-05 21:36:20 +0200
commit099c1a4522c9c1237e1dfc021ffb25ed13c2bff9 (patch)
treeaf1ca754250938c3468619ba19e07b930ec2b04a /pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
parent94e1660d002802a6012f8bb8e92c7d097209a9c8 (diff)
downloadnixlib-099c1a4522c9c1237e1dfc021ffb25ed13c2bff9.tar
nixlib-099c1a4522c9c1237e1dfc021ffb25ed13c2bff9.tar.gz
nixlib-099c1a4522c9c1237e1dfc021ffb25ed13c2bff9.tar.bz2
nixlib-099c1a4522c9c1237e1dfc021ffb25ed13c2bff9.tar.lz
nixlib-099c1a4522c9c1237e1dfc021ffb25ed13c2bff9.tar.xz
nixlib-099c1a4522c9c1237e1dfc021ffb25ed13c2bff9.tar.zst
nixlib-099c1a4522c9c1237e1dfc021ffb25ed13c2bff9.zip
haskell-tar: use older version for builds with GHC < 7.6.x.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
index 5b5cb9ffa180..0046ad66c23b 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
@@ -79,4 +79,7 @@ self: super: {
   # Avoid depending on tasty-golden.
   monad-par = dontCheck super.monad-par;
 
+  # Newer versions require bytestring >=0.10.
+  tar = super.tar_0_4_1_0;
+
 }