diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix index 8b312f977b1..2c4f3967a22 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix @@ -149,6 +149,7 @@ self: super: { csv = overrideCabal super.csv (drv: { prePatch = "rm Setup.hs"; }); # mark broken packages + bencode = markBrokenVersion "0.6.0.0" super.bencode; easytest = markBroken super.easytest; easytest_0_3 = markBroken super.easytest_0_3; haskell-src = markBrokenVersion "1.0.3.0" super.haskell-src;