Skip to content

Commit

Permalink
Bump base upper bounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Sep 22, 2022
1 parent 91a0614 commit 4d74639
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.16,
base >=4.10 && <4.18,
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.16,
base >=4.10 && <4.18,
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.16,
base >=4.10 && <4.18,
aeson,
tasty,
tasty-golden,
Expand Down

0 comments on commit 4d74639

Please sign in to comment.