summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-07-10 20:03:13 +0200
committerPeter Simons <simons@cryp.to>2018-07-10 20:10:27 +0200
commit0b0696f4ac49866f8eb967e289d287358cc94585 (patch)
treea3c222224594ec92746ed9f04dcdaada222b06e8 /pkgs/development/haskell-modules/configuration-common.nix
parentd3a7439722785246467e61ae2ea92b0f73b4d390 (diff)
downloadnixpkgs-0b0696f4ac49866f8eb967e289d287358cc94585.tar
nixpkgs-0b0696f4ac49866f8eb967e289d287358cc94585.tar.gz
nixpkgs-0b0696f4ac49866f8eb967e289d287358cc94585.tar.bz2
nixpkgs-0b0696f4ac49866f8eb967e289d287358cc94585.tar.lz
nixpkgs-0b0696f4ac49866f8eb967e289d287358cc94585.tar.xz
nixpkgs-0b0696f4ac49866f8eb967e289d287358cc94585.tar.zst
nixpkgs-0b0696f4ac49866f8eb967e289d287358cc94585.zip
haskell-stack: jailbreak to fix the build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index d7fa5519863..efc1cb1fbc0 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1088,4 +1088,7 @@ self: super: {
     '';
   });
 
+  # Break out of "aeson <1.3, temporary <1.3".
+  stack = doJailbreak super.stack;
+
 }