Skip to content

Commit ade9f51

Browse files
author
Gaël Deest
authored
Relax upper-bound on base.
1 parent 854b111 commit ade9f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lucid-svg.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ library
1919
Lucid.Svg.Path,
2020
Lucid.Svg.Elements,
2121
Lucid.Svg.Attributes
22-
build-depends: base >= 4.5 && < 4.10,
22+
build-depends: base >= 4.5 && <= 4.10,
2323
blaze-builder >= 0.2 && < 0.5,
2424
transformers >= 0.2 && < 0.6,
2525
text >= 0.11 && < 1.3,

0 commit comments

Comments
 (0)