Skip to content

Commit b6ed595

Browse files
committed
Test 9.12 on CI
1 parent 78fabf9 commit b6ed595

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
needs: lint
4646
strategy:
4747
matrix:
48-
ghc: ["ghc94", "ghc96", "ghc98", "ghc910"]
48+
ghc: ["ghc94", "ghc96", "ghc98", "ghc910", "ghc912"]
4949
include:
5050
- os: ubuntu-latest
5151
system: x86_64-linux

monad-bayes.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ copyright: 2015-2020 Adam Scibior
77
maintainer: [email protected]
88
author: Adam Scibior <[email protected]>
99
stability: experimental
10-
tested-with: ==9.4 || ==9.6 || ==9.8 || ==9.10
10+
tested-with: ==9.4 || ==9.6 || ==9.8 || ==9.10 || ==9.12
1111
homepage: http://github.com/tweag/monad-bayes#readme
1212
bug-reports: https://github.com/tweag/monad-bayes/issues
1313
synopsis: A library for probabilistic programming.

0 commit comments

Comments
 (0)