diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 74291cf70a3b..5941209d7a7e 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; + }