Merge pull request #91383 from maralorn/fix-stan

[haskell-updates] haskellPackages.stan: Fix build
This commit is contained in:
Dennis Gosnell 2020-06-24 17:46:49 +09:00 committed by GitHub
commit 40242053d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -1496,4 +1496,12 @@ self: super: {
extraPrefix = "";
}));
# 2020-06-24: Jailbreaking because of restrictive test dep bounds
# Upstream issue: https://github.com/kowainik/trial/issues/62
trial = doJailbreak super.trial;
# 2020-06-24: Tests are broken in hackage distribution.
# See: https://github.com/kowainik/stan/issues/316
stan = dontCheck super.stan;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View File

@ -4792,7 +4792,6 @@ broken-packages:
- extensible-data
- extensible-effects-concurrent
- extensible-skeleton
- extensions
- external-sort
- Extra
- extract-dependencies

View File

@ -84727,8 +84727,6 @@ self: {
];
description = "Parse Haskell Language Extensions";
license = stdenv.lib.licenses.mpl20;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"external-sort" = callPackage