summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorAycan iRiCAN <iricanaycan@gmail.com>2015-02-17 15:23:15 +0200
committerAycan iRiCAN <iricanaycan@gmail.com>2015-02-17 15:26:56 +0200
commit2d54eb76935bbf28b6341fa447b54c680aef5522 (patch)
tree6f34105a80673153bc04bb3c08ad32071fdfcaf1 /pkgs/development/haskell-modules/configuration-common.nix
parent8495c101dc475009fa759168cd695ff1172ca4dd (diff)
downloadnixpkgs-2d54eb76935bbf28b6341fa447b54c680aef5522.tar
nixpkgs-2d54eb76935bbf28b6341fa447b54c680aef5522.tar.gz
nixpkgs-2d54eb76935bbf28b6341fa447b54c680aef5522.tar.bz2
nixpkgs-2d54eb76935bbf28b6341fa447b54c680aef5522.tar.lz
nixpkgs-2d54eb76935bbf28b6341fa447b54c680aef5522.tar.xz
nixpkgs-2d54eb76935bbf28b6341fa447b54c680aef5522.tar.zst
nixpkgs-2d54eb76935bbf28b6341fa447b54c680aef5522.zip
disable tests for haskellngPackages.http-streams since it doesn't include test modules
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-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 1e21e08099a..eeee4998c31 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -521,6 +521,9 @@ self: super: {
   # https://github.com/osa1/language-lua/issues/14
   language-lua = dontCheck super.language-lua;
 
+  # https://github.com/afcowie/http-streams/issues/80
+  http-streams = dontCheck super.http-streams;
+
 } // {
 
   # Not on Hackage.