forked from tweag/monad-bayes
-
Notifications
You must be signed in to change notification settings - Fork 0
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 tweag#337 from turion/dev_ghc_98
Support ghc 98
- Loading branch information
Showing
6 changed files
with
13 additions
and
8 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
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 || ==9.6.4 | ||
tested-with: GHC ==9.0.2 || ==9.2.7 || ==9.4.5 || ==9.6.4 || ==9.8.2 | ||
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.19 | ||
, base >=4.15 && <4.20 | ||
, brick ^>=2.3.1 | ||
, containers >=0.5.10 && <0.7 | ||
, foldl ^>=1.4 | ||
|
@@ -62,7 +62,7 @@ common deps | |
, safe ^>=0.3.17 | ||
, scientific ^>=0.3 | ||
, statistics >=0.14.0 && <0.17 | ||
, text >=1.2 && <2.1 | ||
, text >=1.2 && <2.2 | ||
, transformers >=0.5.6 && <0.7 | ||
, vector >=0.12.0 && <0.14 | ||
, vty ^>=6.1 | ||
|
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