summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-04-30 09:32:16 +0000
committerPeter Simons <simons@cryp.to>2019-04-30 11:43:44 +0000
commitdd2417cda0d8bfd4d0097852d614bc914dff8985 (patch)
tree4c39879f058b594bc0c2eac7809ef7eaa282d868 /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent67f027faeb7317086b074cee3501fe276839acc2 (diff)
downloadnixpkgs-dd2417cda0d8bfd4d0097852d614bc914dff8985.tar
nixpkgs-dd2417cda0d8bfd4d0097852d614bc914dff8985.tar.gz
nixpkgs-dd2417cda0d8bfd4d0097852d614bc914dff8985.tar.bz2
nixpkgs-dd2417cda0d8bfd4d0097852d614bc914dff8985.tar.lz
nixpkgs-dd2417cda0d8bfd4d0097852d614bc914dff8985.tar.xz
nixpkgs-dd2417cda0d8bfd4d0097852d614bc914dff8985.tar.zst
nixpkgs-dd2417cda0d8bfd4d0097852d614bc914dff8985.zip
ghc-8.8.x: try to get some builds working with the alpha-1 compiler
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix6
1 files changed, 6 insertions, 0 deletions
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 bd8f183978e..220be692523 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;
+
 }