Skip to content

Commit

Permalink
Merge pull request #25 from dpwiz/bump-base
Browse files Browse the repository at this point in the history
Allow base from GHC-9.10
  • Loading branch information
kana-sama authored Aug 21, 2024
2 parents 2d71ea1 + 6627c59 commit 00ce8ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shower.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ library
Shower.Parser
Shower.Class
build-depends:
base >=4.10 && <4.18,
base >=4.10 && <4.21,
megaparsec,
pretty
hs-source-dirs: lib
Expand All @@ -38,7 +38,7 @@ library
executable shower
main-is: Main.hs
build-depends:
base >=4.10 && <4.18,
base,
shower
hs-source-dirs: exe
default-language: Haskell2010
Expand All @@ -50,7 +50,7 @@ test-suite shower-tests
Property
type: exitcode-stdio-1.0
build-depends:
base >=4.10 && <4.18,
base,
aeson,
tasty,
tasty-golden,
Expand Down

0 comments on commit 00ce8ae

Please sign in to comment.