summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-01-26 14:01:40 +0100
committerPeter Simons <simons@cryp.to>2016-01-26 14:01:40 +0100
commit62900b026b30f1639a676cb12f046f955073d49b (patch)
treee84a5e7d83cee0742936f99d4cdc59ee4320318f /pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix
parent4e309951ee4d0e70a1f88e3934474b192dc64f56 (diff)
downloadnixpkgs-62900b026b30f1639a676cb12f046f955073d49b.tar
nixpkgs-62900b026b30f1639a676cb12f046f955073d49b.tar.gz
nixpkgs-62900b026b30f1639a676cb12f046f955073d49b.tar.bz2
nixpkgs-62900b026b30f1639a676cb12f046f955073d49b.tar.lz
nixpkgs-62900b026b30f1639a676cb12f046f955073d49b.tar.xz
nixpkgs-62900b026b30f1639a676cb12f046f955073d49b.tar.zst
nixpkgs-62900b026b30f1639a676cb12f046f955073d49b.zip
haskell-nats: fix overrides for GHC versions prior to 7.10.x.
Closes https://github.com/NixOS/nixpkgs/issues/12622.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix
index cc5d03f05f5..6147be8f0f4 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix
@@ -68,6 +68,7 @@ self: super: {
   doctest = dontHaddock super.doctest;
 
   # Needs hashable on pre 7.10.x compilers.
+  nats_1 = addBuildDepend super.nats_1 self.hashable;
   nats = addBuildDepend super.nats self.hashable;
 
   # Newer versions require bytestring >=0.10.