Skip to content

Commit

Permalink
Lower lower bounds to >=4.11 for ref generator
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Dec 29, 2023
1 parent ca6f4da commit 5f1c443
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ executable buildinfo-reference-generator
ghc-options: -Wall
main-is: Main.hs
build-depends:
, base >=4.12 && <4.20
, base >=4.11 && <4.20
, Cabal
, Cabal-described
, containers
Expand Down

0 comments on commit 5f1c443

Please sign in to comment.