diff --git a/flake.nix b/flake.nix index c7dc27d5..6d9984d8 100644 --- a/flake.nix +++ b/flake.nix @@ -89,7 +89,7 @@ "ghc902" "ghc927" "ghc945" - "ghc961" + "ghc962" ]; buildForVersion = ghcVersion: (builtins.getAttr ghcVersion pkgs.haskell.packages).developPackage opts; in lib.attrsets.genAttrs ghcs buildForVersion; diff --git a/monad-bayes.cabal b/monad-bayes.cabal index 64c34ac6..90081b6a 100644 --- a/monad-bayes.cabal +++ b/monad-bayes.cabal @@ -7,7 +7,7 @@ copyright: 2015-2020 Adam Scibior maintainer: dominic.steinitz@tweag.io author: Adam Scibior stability: experimental -tested-with: GHC ==9.0.2 || ==9.2.7 || ==9.4.5 || ==9.6.1 +tested-with: GHC ==9.0.2 || ==9.2.7 || ==9.4.5 || ==9.6.2 homepage: http://github.com/tweag/monad-bayes#readme bug-reports: https://github.com/tweag/monad-bayes/issues synopsis: A library for probabilistic programming.