Skip to content

Commit

Permalink
Update dependency bounds to build with ghc 9.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Aug 15, 2024
1 parent dbb056f commit 57fe0cf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion smtlib-backends-cvc5/smtlib-backends-cvc5.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ library
ghc-options: -Wall -Wunused-packages
exposed-modules: SMTLIB.Backends.CVC5
build-depends:
base >=4.14 && <4.20
base >=4.14 && <4.21
, bytestring >=0.10.12 && <0.13
, smtlib-backends >=0.3 && <0.5

Expand Down
2 changes: 1 addition & 1 deletion smtlib-backends-process/smtlib-backends-process.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library
exposed-modules: SMTLIB.Backends.Process
other-extensions: Safe
build-depends:
base >=4.14 && <4.20
base >=4.14 && <4.21
, bytestring >=0.10.12 && <0.13
, process >=1.6 && <1.7
, smtlib-backends >=0.3 && <0.5
Expand Down
2 changes: 1 addition & 1 deletion smtlib-backends-tests/smtlib-backends-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library
exposed-modules: SMTLIB.Backends.Tests
other-modules: SMTLIB.Backends.Tests.Sources
build-depends:
base >=4.14 && <4.19
base >=4.14 && <4.21
, smtlib-backends >=0.3 && <0.5
, tasty >=1.4.2 && <1.5
, tasty-hunit >=0.10.0 && <0.11
Expand Down
2 changes: 1 addition & 1 deletion smtlib-backends-z3/smtlib-backends-z3.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ library
ghc-options: -Wall -Wunused-packages
exposed-modules: SMTLIB.Backends.Z3
build-depends:
base >=4.14 && <4.20
base >=4.14 && <4.21
, bytestring >=0.10.12 && <0.13
, smtlib-backends >=0.3 && <0.5

Expand Down
2 changes: 1 addition & 1 deletion smtlib-backends.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ library
exposed-modules: SMTLIB.Backends
other-extensions: Safe
build-depends:
base >=4.14 && <4.20
base >=4.14 && <4.21
, bytestring >=0.10.12 && <0.13

default-language: Haskell2010

0 comments on commit 57fe0cf

Please sign in to comment.