From c3cc128f2a6c1f1b88a5fc49d6976b09ce20a7d1 Mon Sep 17 00:00:00 2001 From: fanshi1028 Date: Mon, 22 Jul 2024 14:59:16 +0100 Subject: [PATCH] base 4.19 --- hastl.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hastl.cabal b/hastl.cabal index b7ea364..e6cbe8f 100644 --- a/hastl.cabal +++ b/hastl.cabal @@ -40,7 +40,7 @@ library build-depends: katip == 0.8.8.0, aeson >= 2.2.2 && < 2.3, - base ^>= {4.17.2, 4.18.2}, + base ^>= {4.17.2, 4.18.2, 4.19}, containers >= 0.6.7 && < 0.7, random >= 1.2.1 && < 1.3, bytestring >= 0.11.5 && < 0.12, @@ -79,7 +79,7 @@ executable hastl -- other-modules: -- other-extensions: build-depends: - base ^>= {4.17.2, 4.18.2}, + base ^>= {4.17.2, 4.18.2, 4.19}, hastl hs-source-dirs: app @@ -97,7 +97,7 @@ test-suite hastl-test main-is: Main.hs build-tool-depends: hspec-discover:hspec-discover build-depends: - base ^>= {4.17.2, 4.18.2} + base ^>= {4.17.2, 4.18.2, 4.19} , hastl , hspec , persistent-postgresql @@ -115,7 +115,7 @@ test-suite hastl-test-integration main-is: Main.hs other-modules: TestHttpSpec build-depends: - base ^>= {4.17.2, 4.18.2}, + base ^>= {4.17.2, 4.18.2, 4.19}, hastl, hspec, testcontainers,