From b4707d9e6575af5422a7763b0153c7f80cc0fe17 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 10 Mar 2018 13:35:58 +0100 Subject: [PATCH] haskell-src: mark broken for GHC 8.4.1 --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix index 5a75e15af19f..92b4b057321e 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -781,6 +781,9 @@ self: super: { # https://github.com/bitemyapp/esqueleto/issues/77 esqueleto = markBrokenVersion "2.5.3" super.esqueleto; + # https://github.com/haskell-pkg-janitors/haskell-src/issues/5 + haskell-src = markBrokenVersion "1.0.2.0" super.haskell-src; + # Older versions don't compile. hackage-db = super.hackage-db_2_0_1;