haskell simple-affine-space: Disable test suite

This commit is contained in:
Manuel Bärenz 2020-04-16 21:51:46 +02:00 committed by Peter Simons
parent 802dfc8bd7
commit a762316e72
2 changed files with 3 additions and 2 deletions

View File

@ -177,6 +177,9 @@ self: super: {
# Test suite build depends on ancient tasty 0.11.x. # Test suite build depends on ancient tasty 0.11.x.
cryptohash-sha512 = dontCheck super.cryptohash-sha512; 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 # https://github.com/kazu-yamamoto/simple-sendfile/issues/17
simple-sendfile = dontCheck super.simple-sendfile; simple-sendfile = dontCheck super.simple-sendfile;

View File

@ -4332,7 +4332,6 @@ broken-packages:
- duet - duet
- dumb-cas - dumb-cas
- dump-core - dump-core
- dunai
- dunai-core - dunai-core
- dunai-test - dunai-test
- Dung - Dung
@ -9190,7 +9189,6 @@ broken-packages:
- simgi - simgi
- simple - simple
- simple-actors - simple-actors
- simple-affine-space
- simple-atom - simple-atom
- simple-bluetooth - simple-bluetooth
- simple-c-value - simple-c-value