From 0b0696f4ac49866f8eb967e289d287358cc94585 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 10 Jul 2018 20:03:13 +0200 Subject: haskell-stack: jailbreak to fix the build --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/haskell-modules/configuration-common.nix') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index d7fa55198632..efc1cb1fbc04 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; + } -- cgit 1.4.1