Skip to content

Commit

Permalink
Allow GHC 9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pgujjula committed Dec 22, 2024
1 parent 6ea77a2 commit 4d25627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ category: Math, Number Theory
description: Please see the README on Github at
<https://github.com/pgujjula/primecount-haskell#readme>

tested-with: GHC == {8.10.7, 9.0.2, 9.2.8, 9.4.8, 9.6.6, 9.8.2, 9.10.1}
tested-with: GHC == {8.10.7, 9.0.2, 9.2.8, 9.4.8, 9.6.6, 9.8.2, 9.10.1, 9.12.1}
extra-doc-files:
- README.md
- ChangeLog.md
Expand All @@ -36,7 +36,7 @@ default-extensions:
- ScopedTypeVariables

dependencies:
- base ^>= {4.14, 4.15, 4.16, 4.17, 4.18, 4.19, 4.20}
- base ^>= {4.14, 4.15, 4.16, 4.17, 4.18, 4.19, 4.20, 4.21}

library:
source-dirs: src
Expand Down

0 comments on commit 4d25627

Please sign in to comment.