diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index adbe14ef4f7e..5bae86683eb5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -971,4 +971,8 @@ self: super: { ''; }); + # https://github.com/yesodweb/Shelly.hs/issues/106 + # https://github.com/yesodweb/Shelly.hs/issues/108 + shelly = dontCheck super.shelly; + }