summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-09-12 11:55:56 +0200
committerPeter Simons <simons@cryp.to>2018-09-12 13:14:22 +0200
commite0c081c6ac817eac903587eca6dadb2dd6a84276 (patch)
treecb9171c6f29edebe517276b387e7b9160721a4b1 /pkgs/development
parentc15a94b6d13872b8ae5063c628c9383a931078ec (diff)
downloadnixlib-e0c081c6ac817eac903587eca6dadb2dd6a84276.tar
nixlib-e0c081c6ac817eac903587eca6dadb2dd6a84276.tar.gz
nixlib-e0c081c6ac817eac903587eca6dadb2dd6a84276.tar.bz2
nixlib-e0c081c6ac817eac903587eca6dadb2dd6a84276.tar.lz
nixlib-e0c081c6ac817eac903587eca6dadb2dd6a84276.tar.xz
nixlib-e0c081c6ac817eac903587eca6dadb2dd6a84276.tar.zst
nixlib-e0c081c6ac817eac903587eca6dadb2dd6a84276.zip
haskell-cabal2nix: update override for hpack 0.31.0
* pkgs/development/haskell-modules/configuration-common.nix:
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 11772dd7d555..2f89623ecdeb 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1076,7 +1076,7 @@ self: super: {
 
   # The tool needs a newer hpack version than the one mandated by LTS-12.x.
   cabal2nix = super.cabal2nix.overrideScope (self: super: {
-    hpack = self.hpack_0_30_0;
+    hpack = self.hpack_0_31_0;
     yaml = self.yaml_0_10_1_1;
   });