hb3sum 0.0.0.1 → 0.0.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~bytestring
Dependency ranges changed: bytestring
Files
- hb3sum.cabal +3/−3
hb3sum.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: hb3sum-version: 0.0.0.1+version: 0.0.0.2 synopsis: A command line tool to compute BLAKE3 hashes. description: A command line tool to compute BLAKE3 hashes. Aims at being a b3sum drop-in replacement. license: AGPL-3.0-only@@ -18,7 +18,7 @@ Source-repository this type: git location: https://github.com/l29ah/hb3sum- tag: 0.0.0.1+ tag: 0.0.0.2 executable hb3sum main-is: Main.hs@@ -26,5 +26,5 @@ build-depends: base >= 4.9 && < 5, blake3 ^>= 0.3, mmap ^>= 0.5.9,- bytestring >= 0.10 && < 0.12,+ bytestring >= 0.10 && < 0.13, default-language: Haskell2010