From 20cf5c975054abcfa3a695e3d4be5e23c44c47fd Mon Sep 17 00:00:00 2001 From: Michael Alan Dorman Date: Sun, 29 May 2016 16:29:38 -0400 Subject: hackage2nix: Compile with older deepseq-generics --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9c5032ab520..6d75e77b9a0 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -644,7 +644,7 @@ self: super: { # Override the obsolete version from Hackage with our more up-to-date copy. cabal2nix = self.callPackage ../tools/haskell/cabal2nix/cabal2nix.nix {}; - hackage2nix = self.callPackage ../tools/haskell/cabal2nix/hackage2nix.nix {}; + hackage2nix = self.callPackage ../tools/haskell/cabal2nix/hackage2nix.nix { deepseq-generics = self.deepseq-generics_0_1_1_2; }; distribution-nixpkgs = self.callPackage ../tools/haskell/cabal2nix/distribution-nixpkgs.nix { deepseq-generics = self.deepseq-generics_0_1_1_2; }; # https://github.com/ndmitchell/shake/issues/206 -- cgit 1.4.1