From 4d74639fe1380129b8540ca7058ee46ef61b1075 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Thu, 22 Sep 2022 15:40:40 -0400 Subject: [PATCH] Bump base upper bounds. --- shower.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shower.cabal b/shower.cabal index f3597d8..a66e023 100644 --- a/shower.cabal +++ b/shower.cabal @@ -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 @@ -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 @@ -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,