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; + }