ats-pkg: Unbreak by disabling tests
This commit is contained in:
parent
7335de2dab
commit
d0eb52f5cd
@ -1220,7 +1220,7 @@ self: super: {
|
||||
temporary-resourcet = doJailbreak super.temporary-resourcet;
|
||||
|
||||
# Requires dhall >= 1.23.0
|
||||
ats-pkg = super.ats-pkg.override { dhall = self.dhall_1_29_0; };
|
||||
ats-pkg = dontCheck (super.ats-pkg.override { dhall = self.dhall_1_29_0; });
|
||||
|
||||
# Test suite doesn't work with current QuickCheck
|
||||
# https://github.com/pruvisto/heap/issues/11
|
||||
|
@ -2921,7 +2921,6 @@ broken-packages:
|
||||
- atomo
|
||||
- atp-haskell
|
||||
- ats-format
|
||||
- ats-pkg
|
||||
- ats-setup
|
||||
- ats-storable
|
||||
- attempt
|
||||
|
Loading…
Reference in New Issue
Block a user