summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-05-30 00:19:10 +0200
committerPeter Simons <simons@cryp.to>2018-05-30 03:46:16 +0200
commit4f696f391dfeb84aa95ef085565e486b62a13988 (patch)
tree3b5aa9c7a633c1e5bb0396fcac06d03a3e0f0ed2 /pkgs
parent2495f07222284e8619cab2402d3ce946d17ae211 (diff)
downloadnixlib-4f696f391dfeb84aa95ef085565e486b62a13988.tar
nixlib-4f696f391dfeb84aa95ef085565e486b62a13988.tar.gz
nixlib-4f696f391dfeb84aa95ef085565e486b62a13988.tar.bz2
nixlib-4f696f391dfeb84aa95ef085565e486b62a13988.tar.lz
nixlib-4f696f391dfeb84aa95ef085565e486b62a13988.tar.xz
nixlib-4f696f391dfeb84aa95ef085565e486b62a13988.tar.zst
nixlib-4f696f391dfeb84aa95ef085565e486b62a13988.zip
haskell-fgl: avoid jailbreak to fix the build
A jailbreak-cabal binary compiles against Cabal 2.2.x will break fgl's Cabal
file. Therefore, we just disable the test suite that causes these version
issues.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 08f68ea31f4a..a63462028795 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -801,7 +801,7 @@ self: super: {
 
   # https://github.com/haskell/fgl/issues/60
   # Needed for QuickCheck < 2.10
-  fgl = doJailbreak super.fgl;
+  fgl = dontCheck super.fgl;
   fgl-arbitrary = doJailbreak super.fgl-arbitrary;
 
   # The tests spuriously fail