Skip to content

Commit

Permalink
Allow base-4.20, 4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
pgujjula committed Dec 20, 2024
1 parent fe06ef2 commit 1653853
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ default-extensions:
- ScopedTypeVariables

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

library:
source-dirs: src
Expand Down
8 changes: 4 additions & 4 deletions primecount.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.6

-- This file has been generated from package.yaml by hpack version 0.36.0.
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -39,7 +39,7 @@ library
extra-libraries:
primecount
build-depends:
base >=4.14 && <4.15 || >=4.15 && <4.16 || >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20
base >=4.14 && <4.15 || >=4.15 && <4.16 || >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21 || >=4.21 && <4.22
default-language: Haskell2010

test-suite primecount-tests
Expand All @@ -53,7 +53,7 @@ test-suite primecount-tests
ScopedTypeVariables
ghc-options: -Wall -Wcompat -Wmissing-export-lists -Wincomplete-record-updates -Wpartial-fields -Wmissing-home-modules -Werror=missing-home-modules -Widentities -Wredundant-constraints -Wmissing-export-lists
build-depends:
base >=4.14 && <4.15 || >=4.15 && <4.16 || >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20
base >=4.14 && <4.15 || >=4.15 && <4.16 || >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21 || >=4.21 && <4.22
, primecount
, silently ==1.2.*
, tasty >=1.4 && <1.5 || >=1.5 && <1.6
Expand All @@ -69,7 +69,7 @@ benchmark primecount-bench
ScopedTypeVariables
ghc-options: -Wall -Wcompat -Wmissing-export-lists -Wincomplete-record-updates -Wpartial-fields -Wmissing-home-modules -Werror=missing-home-modules -Widentities -Wredundant-constraints -Wmissing-export-lists
build-depends:
base >=4.14 && <4.15 || >=4.15 && <4.16 || >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20
base >=4.14 && <4.15 || >=4.15 && <4.16 || >=4.16 && <4.17 || >=4.17 && <4.18 || >=4.18 && <4.19 || >=4.19 && <4.20 || >=4.20 && <4.21 || >=4.21 && <4.22
, primecount
, tasty-bench ==0.3.*
default-language: Haskell2010

0 comments on commit 1653853

Please sign in to comment.