Skip to content

Commit 5f1c443

Browse files
committed
Lower lower bounds to >=4.11 for ref generator
1 parent ca6f4da commit 5f1c443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildinfo-reference-generator/buildinfo-reference-generator.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ executable buildinfo-reference-generator
88
ghc-options: -Wall
99
main-is: Main.hs
1010
build-depends:
11-
, base >=4.12 && <4.20
11+
, base >=4.11 && <4.20
1212
, Cabal
1313
, Cabal-described
1414
, containers

0 commit comments

Comments
 (0)