Skip to content

Commit 3c98e4c

Browse files
committed
core: add lower bound to base64-bytestring
Related to #175
1 parent 3470625 commit 3c98e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hnix-store-core/hnix-store-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ library
8080
, attoparsec
8181
, algebraic-graphs >= 0.5 && < 0.8
8282
, base16-bytestring >= 1.0
83-
, base64-bytestring
83+
, base64-bytestring >= 1.2.1
8484
, bytestring
8585
, case-insensitive
8686
, cereal

0 commit comments

Comments
 (0)