From e234266c387f551d40d0cb359543efe4034d4c8a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 24 Sep 2019 18:30:55 +0200 Subject: [PATCH] haskell-bencode: mark the package broken with ghc-8.8.x --- pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix | 1 + 1 file changed, 1 insertion(+) 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 8b312f977b1b..2c4f3967a22f 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;