summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-15 11:36:57 +0200
committerPeter Simons <simons@cryp.to>2018-10-15 12:39:17 +0200
commitfe91334fbf2dffed16e59e9903efbae899818dab (patch)
tree3666ab2772226760d6d1a139f3c5123cdf0fe0c9 /pkgs/development/haskell-modules
parent1e44702fc01ba746a21ff4c633be84d8361125ad (diff)
downloadnixlib-fe91334fbf2dffed16e59e9903efbae899818dab.tar
nixlib-fe91334fbf2dffed16e59e9903efbae899818dab.tar.gz
nixlib-fe91334fbf2dffed16e59e9903efbae899818dab.tar.bz2
nixlib-fe91334fbf2dffed16e59e9903efbae899818dab.tar.lz
nixlib-fe91334fbf2dffed16e59e9903efbae899818dab.tar.xz
nixlib-fe91334fbf2dffed16e59e9903efbae899818dab.tar.zst
nixlib-fe91334fbf2dffed16e59e9903efbae899818dab.zip
haskell-yesod-core: disable broken test suite
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 98521cce4ea7..6f654c32dbb2 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1148,4 +1148,7 @@ self: super: {
 
   arbtt = doJailbreak super.arbtt;
 
+  # https://github.com/yesodweb/yesod/issues/1563
+  yesod-core = dontCheck super.yesod-core;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super