Skip to content

Commit

Permalink
Bump base upper bound to <4.20
Browse files Browse the repository at this point in the history
see also https://github.com/chrisdone/lucid/issues/145

lucid1 has been tested by Janus Troelsen.

I'm optimistically bumping lucid2's version bound too without testing
it, on the assumption that it probably will build and that's preferable
to blocking someone's workflow.
  • Loading branch information
chrisdone committed Oct 29, 2023
1 parent 25712e5 commit 5ca0fba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lucid1/lucid.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library
Lucid.Bootstrap

-- GHC boot libraries
build-depends: base >=4.8 && <4.19
build-depends: base >=4.8 && <4.20
, bytestring >=0.10.6.0
, containers >=0.5.6.2
, transformers >=0.4.2.0
Expand Down
2 changes: 1 addition & 1 deletion lucid2/lucid2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ library
Blaze.ByteString.Builder.Html.Word

-- GHC boot libraries
build-depends: base >= 4.8 && < 4.19
build-depends: base >= 4.8 && < 4.20
, bytestring >= 0.10.12.0
, containers >= 0.6.5.1
, transformers >= 0.5.6.2
Expand Down

0 comments on commit 5ca0fba

Please sign in to comment.