diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e1cf22155a5..d9bdf46c0b6 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -859,6 +859,9 @@ self: super: { # https://github.com/lambdabot/lambdabot/issues/158 lambdabot-core = doJailbreak super.lambdabot-core; + # https://github.com/lambdabot/lambdabot/issues/159 + lambdabot = doJailbreak super.lambdabot; + # https://github.com/jswebtools/language-ecmascript/pull/81 language-ecmascript = doJailbreak super.language-ecmascript; }