diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8cb304d6fd37..d8e0a14968f9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -452,6 +452,9 @@ self: super: { # https://github.com/Twinside/Rasterific/issues/19 Rasterific = dontCheck super.Rasterific; + # https://github.com/utdemir/handsy/issues/5 + handsy = dontCheck super.handsy; + } // { # Not on Hackage.