mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
haskellPackages.monad-bayes: Jailbreak for GHC 9.*
This commit is contained in:
parent
c6ce22c105
commit
00174c930e
2 changed files with 4 additions and 1 deletions
|
@ -2555,6 +2555,10 @@ self: super: {
|
||||||
testTarget = "regex-tdfa-unittest";
|
testTarget = "regex-tdfa-unittest";
|
||||||
} super.regex-tdfa;
|
} super.regex-tdfa;
|
||||||
|
|
||||||
|
# 2022-09-01:
|
||||||
|
# Restrictive upper bound on base.
|
||||||
|
# Remove once version 1.* is released
|
||||||
|
monad-bayes = doJailbreak super.monad-bayes;
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super // (let
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super // (let
|
||||||
# We need to build purescript with these dependencies and thus also its reverse
|
# We need to build purescript with these dependencies and thus also its reverse
|
||||||
# dependencies to avoid version mismatches in their dependency closure.
|
# dependencies to avoid version mismatches in their dependency closure.
|
||||||
|
|
|
@ -3273,7 +3273,6 @@ broken-packages:
|
||||||
- monadacme
|
- monadacme
|
||||||
- monad-atom
|
- monad-atom
|
||||||
- monad-atom-simple
|
- monad-atom-simple
|
||||||
- monad-bayes
|
|
||||||
- monad-branch
|
- monad-branch
|
||||||
- MonadCatchIO-transformers
|
- MonadCatchIO-transformers
|
||||||
- monad-choice
|
- monad-choice
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue