3
0
Fork 0
forked from mirrors/nixpkgs

haskell-semigroupoids: don't compile the test suite of old versions

This commit is contained in:
Peter Simons 2015-09-16 13:56:54 +02:00
parent aa88e53408
commit f2d17b586c

View file

@ -1029,4 +1029,7 @@ self: super: {
hpc-coveralls = disableSharedExecutables super.hpc-coveralls;
hpc-coveralls_0_9_0 = disableSharedExecutables super.hpc-coveralls_0_9_0;
# Test suite won't compile.
semigroupoids_5_0_0_3 = dontCheck super.semigroupoids_5_0_0_3;
}