Skip to content
Snippets Groups Projects
Commit 208fd9cc authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Bump bounds

parent 8099c062
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ library
-- this package typically supports only single major versions
build-depends: base ^>= 4.16.0
, ghc ^>= 9.7
, ghc ^>= 9.9
, ghc-paths ^>= 0.1.0.12
, haddock-library ^>= 1.11
, xhtml ^>= 3000.2.2
......
......@@ -40,8 +40,8 @@ common lib-defaults
build-depends:
, base >= 4.5 && < 4.20
, containers ^>= 0.4.2.1 || ^>= 0.5.0.0 || ^>= 0.6.0.1
, text ^>= 1.2.3.0 || ^>= 2.0
, containers ^>= 0.4.2.1 || ^>= 0.5.0.0 || ^>= 0.6.0.1 || ^>= 0.7
, text ^>= 1.2.3.0 || ^>= 2.0 || ^>= 2.1
, parsec ^>= 3.1.13.0
ghc-options: -funbox-strict-fields -Wall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment