haskellPackages.stan: Fix build
This commit is contained in:
parent
b930b2df8a
commit
0bdd6f22b4
@ -1576,4 +1576,12 @@ self: super: {
|
|||||||
extraPrefix = "";
|
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
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -4792,7 +4792,6 @@ broken-packages:
|
|||||||
- extensible-data
|
- extensible-data
|
||||||
- extensible-effects-concurrent
|
- extensible-effects-concurrent
|
||||||
- extensible-skeleton
|
- extensible-skeleton
|
||||||
- extensions
|
|
||||||
- external-sort
|
- external-sort
|
||||||
- Extra
|
- Extra
|
||||||
- extract-dependencies
|
- extract-dependencies
|
||||||
|
@ -84727,8 +84727,6 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Parse Haskell Language Extensions";
|
description = "Parse Haskell Language Extensions";
|
||||||
license = stdenv.lib.licenses.mpl20;
|
license = stdenv.lib.licenses.mpl20;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"external-sort" = callPackage
|
"external-sort" = callPackage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user