-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #267 from turion/dev_ghc96
Allow 9.6
- Loading branch information
Showing
10 changed files
with
40 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ copyright: 2015-2020 Adam Scibior | |
maintainer: [email protected] | ||
author: Adam Scibior <[email protected]> | ||
stability: experimental | ||
tested-with: GHC ==9.0.2 || ==9.2.7 || ==9.4.5 | ||
tested-with: GHC ==9.0.2 || ==9.2.7 || ==9.4.5 || ==9.6.4 | ||
homepage: http://github.com/tweag/monad-bayes#readme | ||
bug-reports: https://github.com/tweag/monad-bayes/issues | ||
synopsis: A library for probabilistic programming. | ||
|
@@ -38,7 +38,7 @@ flag dev | |
|
||
common deps | ||
build-depends: | ||
, base >=4.15 && <4.18 | ||
, base >=4.15 && <4.19 | ||
, brick >=1.0 && <2.0 | ||
, containers >=0.5.10 && <0.7 | ||
, foldl ^>=1.4 | ||
|
@@ -53,7 +53,7 @@ common deps | |
, matrix ^>=0.3 | ||
, monad-coroutine ^>=0.9.0 | ||
, monad-extras ^>=0.6 | ||
, mtl >=2.2 && <2.4 | ||
, mtl >=2.2.2 && <2.4 | ||
, mwc-random >=0.13.6 && <0.16 | ||
, pipes ^>=4.3 | ||
, pretty-simple ^>=4.1 | ||
|
@@ -72,7 +72,7 @@ common test-deps | |
, abstract-par ^>=0.3 | ||
, criterion >=1.5 && <1.7 | ||
, directory ^>=1.3 | ||
, hspec ^>=2.11 | ||
, hspec >=2.10 && <2.12 | ||
, monad-bayes | ||
, optparse-applicative >=0.17 && <0.19 | ||
, process ^>=1.6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters