Skip to content

Commit 692805d

Browse files
committed
allow hashable-1.5
1 parent fe86a7c commit 692805d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svg-builder.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ library
2828
build-depends: base >= 4.5 && < 4.21,
2929
blaze-builder >= 0.4 && < 0.5,
3030
bytestring >= 0.10 && < 0.13,
31-
hashable >= 1.1 && < 1.5,
31+
hashable >= 1.1 && < 1.6,
3232
text >= 0.11 && < 2.2,
3333
unordered-containers >= 0.2 && < 0.3
3434
hs-source-dirs: src

0 commit comments

Comments
 (0)