Unbreak ats-format

This commit is contained in:
Poscat 2020-03-10 22:42:05 +08:00 committed by Peter Simons
parent d0eb52f5cd
commit ef65c6382d
2 changed files with 6 additions and 1 deletions

View File

@ -1222,6 +1222,12 @@ self: super: {
# Requires dhall >= 1.23.0
ats-pkg = dontCheck (super.ats-pkg.override { dhall = self.dhall_1_29_0; });
# fake a home dir and capture generated man page
ats-format = overrideCabal super.ats-format (old : {
preConfigure = "export HOME=$PWD";
postBuild = "mv .local/share $out";
});
# Test suite doesn't work with current QuickCheck
# https://github.com/pruvisto/heap/issues/11
heap = dontCheck super.heap;

View File

@ -2920,7 +2920,6 @@ broken-packages:
- atomic-primops-vector
- atomo
- atp-haskell
- ats-format
- ats-setup
- ats-storable
- attempt