diff --git a/ChangeLog.md b/ChangeLog.md index 9cee8a5..409787f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,10 @@ # Changelog +## 0.1.0.1 + +### Updated +* CI now supports GHC versions 9.6.2, 9.4.5, 9.2.8, 9.0.2, and 8.10.7. + ## 0.1.0.0 ### Added diff --git a/package.yaml b/package.yaml index e774870..96400a2 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: primecount -version: 0.1.0.0 +version: 0.1.0.1 synopsis: Bindings to the primecount library github: "pgujjula/primecount-haskell" license: BSD-3-Clause diff --git a/primecount.cabal b/primecount.cabal index 30f0fb2..eb7e439 100644 --- a/primecount.cabal +++ b/primecount.cabal @@ -5,7 +5,7 @@ cabal-version: 2.2 -- see: https://github.com/sol/hpack name: primecount -version: 0.1.0.0 +version: 0.1.0.1 synopsis: Bindings to the primecount library description: Please see the README on Github at category: Math, Number Theory