summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-02-15 20:09:09 +0100
committerPeter Simons <simons@cryp.to>2018-02-16 10:40:00 +0100
commitb6e553506f1d5e33cc6590c7543cf25fa8f30d7a (patch)
treedc2cec734ac284541d1fb7c1844d4701d97d18d7 /pkgs/development/haskell-modules
parent194d61bfcac3b14f0520da00cd25201bb2029734 (diff)
downloadnixlib-b6e553506f1d5e33cc6590c7543cf25fa8f30d7a.tar
nixlib-b6e553506f1d5e33cc6590c7543cf25fa8f30d7a.tar.gz
nixlib-b6e553506f1d5e33cc6590c7543cf25fa8f30d7a.tar.bz2
nixlib-b6e553506f1d5e33cc6590c7543cf25fa8f30d7a.tar.lz
nixlib-b6e553506f1d5e33cc6590c7543cf25fa8f30d7a.tar.xz
nixlib-b6e553506f1d5e33cc6590c7543cf25fa8f30d7a.tar.zst
nixlib-b6e553506f1d5e33cc6590c7543cf25fa8f30d7a.zip
cabal2nix: build with hpack 0.27.0
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 3b36c6d6318d..856fe60555ac 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -607,7 +607,7 @@ self: super: {
   };
 
   # Need newer versions of their dependencies than the ones we have in LTS-10.x.
-  cabal2nix = super.cabal2nix.override { hpack = self.hpack_0_25_0; };
+  cabal2nix = super.cabal2nix.override { hpack = self.hpack_0_27_0; };
   hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_20_1; });
 
   # https://github.com/bos/configurator/issues/22