about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManuel Bärenz <programming@manuelbaerenz.de>2020-04-16 21:51:46 +0200
committerPeter Simons <simons@cryp.to>2020-04-17 20:50:48 +0200
commita762316e72de3667fa90b45a2eef9c7ef295f9f8 (patch)
tree31ad3cd4ce285b36fcce4f61e8f552d28eddb32a
parent802dfc8bd7dd4d955fa52abc4a9dbce602215c19 (diff)
downloadnixlib-a762316e72de3667fa90b45a2eef9c7ef295f9f8.tar
nixlib-a762316e72de3667fa90b45a2eef9c7ef295f9f8.tar.gz
nixlib-a762316e72de3667fa90b45a2eef9c7ef295f9f8.tar.bz2
nixlib-a762316e72de3667fa90b45a2eef9c7ef295f9f8.tar.lz
nixlib-a762316e72de3667fa90b45a2eef9c7ef295f9f8.tar.xz
nixlib-a762316e72de3667fa90b45a2eef9c7ef295f9f8.tar.zst
nixlib-a762316e72de3667fa90b45a2eef9c7ef295f9f8.zip
haskell simple-affine-space: Disable test suite
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml2
2 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 50148b835c02..866b856864b0 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -177,6 +177,9 @@ self: super: {
   # Test suite build depends on ancient tasty 0.11.x.
   cryptohash-sha512 = dontCheck super.cryptohash-sha512;
 
+  # Test suite depends on source code being available
+  simple-affine-space = dontCheck super.simple-affine-space;
+
   # https://github.com/kazu-yamamoto/simple-sendfile/issues/17
   simple-sendfile = dontCheck super.simple-sendfile;
 
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index 1ecfe0196ccc..ad59a764ebd5 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -4332,7 +4332,6 @@ broken-packages:
   - duet
   - dumb-cas
   - dump-core
-  - dunai
   - dunai-core
   - dunai-test
   - Dung
@@ -9190,7 +9189,6 @@ broken-packages:
   - simgi
   - simple
   - simple-actors
-  - simple-affine-space
   - simple-atom
   - simple-bluetooth
   - simple-c-value