Merge pull request #120849 from shlevy/unbreak-htf

Unbreak haskellPackages.HTF
This commit is contained in:
Dennis Gosnell 2021-04-28 10:04:12 +09:00 committed by GitHub
commit befcd3e782
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -284,7 +284,10 @@ self: super: {
hsbencher = dontCheck super.hsbencher;
hsexif = dontCheck super.hsexif;
hspec-server = dontCheck super.hspec-server;
HTF = dontCheck super.HTF;
HTF = overrideCabal super.HTF (orig: {
# The scripts in scripts/ are needed to build the test suite.
preBuild = "patchShebangs --build scripts";
});
htsn = dontCheck super.htsn;
htsn-import = dontCheck super.htsn-import;
http-link-header = dontCheck super.http-link-header; # non deterministic failure https://hydra.nixos.org/build/75041105

View file

@ -6962,7 +6962,6 @@ broken-packages:
- htdp-image
- hTensor
- htestu
- HTF
- HTicTacToe
- htiled
- htlset

View file

@ -9491,8 +9491,6 @@ self: {
];
description = "The Haskell Test Framework";
license = lib.licenses.lgpl21Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"HTTP" = callPackage