Skip to content

Commit

Permalink
core: add lower bound to base64-bytestring
Browse files Browse the repository at this point in the history
Related to #175
  • Loading branch information
sorki committed Nov 20, 2023
1 parent 8e77dee commit 38ca785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnix-store-core/hnix-store-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ library
, attoparsec
, algebraic-graphs >= 0.5 && < 0.8
, base16-bytestring >= 1.0
, base64-bytestring
, base64-bytestring >= 1.2.1
, bytestring
, case-insensitive
, cereal
Expand Down

0 comments on commit 38ca785

Please sign in to comment.