From 2784bd71683f556af9aa47c32db52f1ea8960a0b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 1 Oct 2017 21:15:46 +0200 Subject: [PATCH] haskell-json-autotype: jailbreak to fix build within LTS 9.x https://github.com/mgajda/json-autotype/issues/15 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 74291cf70a3..5941209d7a7 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -975,4 +975,7 @@ self: super: { # Break "hpack >=0.17.0 && <0.19". stack = doJailbreak super.stack; + # https://github.com/mgajda/json-autotype/issues/15 + json-autotype = doJailbreak super.json-autotype; + }