summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-01-17 11:23:38 +0100
committerPeter Simons <simons@cryp.to>2017-01-18 09:54:12 +0100
commit73e221992717a95777710a841134f43781240bba (patch)
tree2555cb8aea373d7e6db192978183160752226b3a /pkgs/development/haskell-modules
parent18df98fe9806796ae3eba05a8cf6cd1166223137 (diff)
downloadnixlib-73e221992717a95777710a841134f43781240bba.tar
nixlib-73e221992717a95777710a841134f43781240bba.tar.gz
nixlib-73e221992717a95777710a841134f43781240bba.tar.bz2
nixlib-73e221992717a95777710a841134f43781240bba.tar.lz
nixlib-73e221992717a95777710a841134f43781240bba.tar.xz
nixlib-73e221992717a95777710a841134f43781240bba.tar.zst
nixlib-73e221992717a95777710a841134f43781240bba.zip
stack: pin build to old version of hpack
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 7c94211d5668..191f19bb3123 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1011,6 +1011,7 @@ self: super: {
     optparse-applicative = dontCheck self.optparse-applicative_0_13_0_0;
     criterion = super.criterion.override { inherit (super) optparse-applicative; };
     aeson = self.aeson_1_0_2_1;
+    hpack = self.hpack_0_15_0;
   });
 
   # The latest Hoogle needs versions not yet in LTS Haskell 7.x.