1
1
mirror of https://github.com/sol/hpack.git synced 2024-10-04 03:38:00 +03:00

Relax upper bound to admit Cabal-3.12.0.0 (#583)

This commit is contained in:
Mike Pilgrem 2024-06-19 00:01:38 +01:00 committed by GitHub
parent 79a134f4de
commit 9375ee9d50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
hpack.cabal generated
View File

@ -29,7 +29,7 @@ library
src
ghc-options: -Wall -fno-warn-incomplete-uni-patterns
build-depends:
Cabal >=3.0.0.0 && <3.11
Cabal >=3.0.0.0 && <3.13
, Glob >=0.9.0
, aeson >=1.4.3.0
, base >=4.13 && <5
@ -97,7 +97,7 @@ executable hpack
driver
ghc-options: -Wall -fno-warn-incomplete-uni-patterns
build-depends:
Cabal >=3.0.0.0 && <3.11
Cabal >=3.0.0.0 && <3.13
, Glob >=0.9.0
, aeson >=1.4.3.0
, base >=4.13 && <5
@ -135,7 +135,7 @@ test-suite spec
ghc-options: -Wall -fno-warn-incomplete-uni-patterns
cpp-options: -DTEST
build-depends:
Cabal >=3.0.0.0 && <3.11
Cabal >=3.0.0.0 && <3.13
, Glob >=0.9.0
, HUnit >=1.6.0.0
, QuickCheck

View File

@ -26,7 +26,7 @@ dependencies:
- yaml >= 0.10.0
- aeson >= 1.4.3.0
- scientific
- Cabal >= 3.0.0.0 && < 3.11
- Cabal >= 3.0.0.0 && < 3.13
- pretty
- bifunctors
- crypton