summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.2.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.2.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.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix3
1 files changed, 3 insertions, 0 deletions
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;
+
 }