diff --git a/package.yaml b/package.yaml index cb4d7d53..c0a9f1f0 100644 --- a/package.yaml +++ b/package.yaml @@ -29,7 +29,7 @@ dependencies: - aeson-warning-parser >= 0.1.1 - ansi-terminal - bytestring -- Cabal >= 3 && < 3.11 +- Cabal >= 3 && < 3.13 - casa-client >= 0.0.2 - casa-types - companion diff --git a/pantry.cabal b/pantry.cabal index 14f36710..efd5a848 100644 --- a/pantry.cabal +++ b/pantry.cabal @@ -54,7 +54,7 @@ library src/ ghc-options: -fwrite-ide-info -hiedir=.hie -Wall build-depends: - Cabal >=3 && <3.11 + Cabal >=3 && <3.13 , aeson , aeson-warning-parser >=0.1.1 , ansi-terminal @@ -133,7 +133,7 @@ library internal int/ ghc-options: -fwrite-ide-info -hiedir=.hie -Wall build-depends: - Cabal >=3 && <3.11 + Cabal >=3 && <3.13 , aeson , aeson-warning-parser >=0.1.1 , ansi-terminal @@ -197,7 +197,7 @@ executable test-pretty-exceptions app/test-pretty-exceptions ghc-options: -fwrite-ide-info -hiedir=.hie -Wall build-depends: - Cabal >=3 && <3.11 + Cabal >=3 && <3.13 , aeson , aeson-warning-parser >=0.1.1 , ansi-terminal @@ -293,7 +293,7 @@ test-suite spec build-tool-depends: hspec-discover:hspec-discover build-depends: - Cabal >=3 && <3.11 + Cabal >=3 && <3.13 , QuickCheck , aeson , aeson-warning-parser >=0.1.1