about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-25 16:01:49 +0100
committerPeter Simons <simons@cryp.to>2015-03-26 11:29:05 +0100
commit73f35dcc0c3553a3fe3c44cf6504cd0821f420f2 (patch)
tree05ab78b581a532c51f1e8e5fe54c50c9b853c373 /pkgs/development/haskell-modules
parenteb4f75a868e11e4ce1c18f31f7cc1b100a329f42 (diff)
downloadnixlib-73f35dcc0c3553a3fe3c44cf6504cd0821f420f2.tar
nixlib-73f35dcc0c3553a3fe3c44cf6504cd0821f420f2.tar.gz
nixlib-73f35dcc0c3553a3fe3c44cf6504cd0821f420f2.tar.bz2
nixlib-73f35dcc0c3553a3fe3c44cf6504cd0821f420f2.tar.lz
nixlib-73f35dcc0c3553a3fe3c44cf6504cd0821f420f2.tar.xz
nixlib-73f35dcc0c3553a3fe3c44cf6504cd0821f420f2.tar.zst
nixlib-73f35dcc0c3553a3fe3c44cf6504cd0821f420f2.zip
haskell-CLI fails its test suite because of missing modules.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 4c495a61f0be..d8c466aa6728 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -302,6 +302,7 @@ self: super: {
   cabal-bounds = dontCheck super.cabal-bounds;          # http://hydra.cryp.to/build/496935/nixlog/1/raw
   cabal-meta = dontCheck super.cabal-meta;              # http://hydra.cryp.to/build/497892/log/raw
   cautious-file = dontCheck super.cautious-file;        # http://hydra.cryp.to/build/499730/log/raw
+  CLI = dontCheck super.CLI;                            # Upstream has no issue tracker.
   cjk = dontCheck super.cjk;
   command-qq = dontCheck super.command-qq;              # http://hydra.cryp.to/build/499042/log/raw
   conduit-connection = dontCheck super.conduit-connection;