summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-01-08 18:43:24 +0100
committerPeter Simons <simons@cryp.to>2016-01-10 19:46:36 +0100
commita05017cd6c8fc8aa7c073c07e50702bd685c8901 (patch)
treeeb69edc076dd3f6a415cf7c4b89925fd8f3893fa /pkgs/development/haskell-modules
parent7fb70c2db9d2300ea1e076874e632695cc52cd81 (diff)
downloadnixlib-a05017cd6c8fc8aa7c073c07e50702bd685c8901.tar
nixlib-a05017cd6c8fc8aa7c073c07e50702bd685c8901.tar.gz
nixlib-a05017cd6c8fc8aa7c073c07e50702bd685c8901.tar.bz2
nixlib-a05017cd6c8fc8aa7c073c07e50702bd685c8901.tar.lz
nixlib-a05017cd6c8fc8aa7c073c07e50702bd685c8901.tar.xz
nixlib-a05017cd6c8fc8aa7c073c07e50702bd685c8901.tar.zst
nixlib-a05017cd6c8fc8aa7c073c07e50702bd685c8901.zip
haskell-vector-algorithms: temporarily disable test suite to work around a compiler crash
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index 0c2685eee838..e56fd431324d 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -208,4 +208,7 @@ self: super: {
   # https://github.com/DanielG/cabal-helper/issues/10
   cabal-helper = dontCheck super.cabal-helper;
 
+  # https://github.com/fpco/stackage/issues/1112
+  vector-algorithms = dontCheck super.vector-algorithms;
+
 }