about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-08-17 09:02:24 -0400
committerShea Levy <shea@shealevy.com>2018-08-17 09:02:24 -0400
commita07cc456bc91bd67d7726a71c9ecc4a638d26893 (patch)
tree2f1c338cff62a3c3605f353cdaf587e7fe78f24d /pkgs/development/haskell-modules
parentfe326596164271807295e55433ccf3e3faa9ce8d (diff)
downloadnixlib-a07cc456bc91bd67d7726a71c9ecc4a638d26893.tar
nixlib-a07cc456bc91bd67d7726a71c9ecc4a638d26893.tar.gz
nixlib-a07cc456bc91bd67d7726a71c9ecc4a638d26893.tar.bz2
nixlib-a07cc456bc91bd67d7726a71c9ecc4a638d26893.tar.lz
nixlib-a07cc456bc91bd67d7726a71c9ecc4a638d26893.tar.xz
nixlib-a07cc456bc91bd67d7726a71c9ecc4a638d26893.tar.zst
nixlib-a07cc456bc91bd67d7726a71c9ecc4a638d26893.zip
haskellPackages.hoopl: Disable broken testsuite.
https://github.com/haskell/hoopl/issues/50
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 20e228a43657..86a381e5815d 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1122,4 +1122,7 @@ self: super: {
 
   # https://github.com/MarcWeber/hasktags/issues/52
   hasktags = dontCheck super.hasktags;
+
+  # https://github.com/haskell/hoopl/issues/50
+  hoopl = dontCheck super.hoopl;
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super