haskellPackages.spdx: fix build

We disable tests which depend on old tasty (< 0.12).
This commit is contained in:
Maxime Dénès 2018-03-27 10:55:20 +02:00
parent 1fa341fcc4
commit a1e8bd39a5
No known key found for this signature in database
GPG key ID: FD3733DF9705E69E

View file

@ -1015,4 +1015,8 @@ self: super: {
# https://github.com/haskell-hvr/resolv/issues/1
resolv = dontCheck super.resolv;
# spdx 0.2.2.0 needs older tasty
# was fixed in spdx master (4288df6e4b7840eb94d825dcd446b42fef25ef56)
spdx = dontCheck super.spdx;
}