forked from mirrors/nixpkgs
Merge pull request #189234 from turion/dev_monad_bayes
haskellPackages.monad-bayes: Jailbreak for GHC 9.*
This commit is contained in:
commit
a427e342a6
|
@ -2555,6 +2555,10 @@ self: super: {
|
|||
testTarget = "regex-tdfa-unittest";
|
||||
} 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
|
||||
# We need to build purescript with these dependencies and thus also its reverse
|
||||
# dependencies to avoid version mismatches in their dependency closure.
|
||||
|
|
|
@ -3272,7 +3272,6 @@ broken-packages:
|
|||
- monadacme
|
||||
- monad-atom
|
||||
- monad-atom-simple
|
||||
- monad-bayes
|
||||
- monad-branch
|
||||
- MonadCatchIO-transformers
|
||||
- monad-choice
|
||||
|
|
Loading…
Reference in a new issue