From dd2417cda0d8bfd4d0097852d614bc914dff8985 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 30 Apr 2019 09:32:16 +0000 Subject: [PATCH] ghc-8.8.x: try to get some builds working with the alpha-1 compiler --- .../development/haskell-modules/configuration-ghc-8.8.x.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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 bd8f183978e2..220be692523d 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix @@ -41,4 +41,10 @@ self: super: { unix = null; xhtml = null; + # Ignore overly restrictive upper version bounds. + doctest = doJailbreak super.doctest; + + # These packages don't work and need patching and/or an update. + primitive = markBrokenVersion "0.6.4.0" super.primitive; + }