packages feed

hb3sum-0.0.0.2: hb3sum.cabal

cabal-version:       3.0
name:                hb3sum
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
license-file:        LICENSE
author:              Sergey Alirzaev
maintainer:          zl29ah@gmail.com
-- copyright:
category:            Cryptography, CLI
build-type:          Simple

Source-repository head
  type:              git
  location:          https://github.com/l29ah/hb3sum

Source-repository this
  type:              git
  location:          https://github.com/l29ah/hb3sum
  tag:               0.0.0.2

executable hb3sum
  main-is:             Main.hs
  ghc-options:         -W -Wcompat -fno-warn-tabs
  build-depends:       base >= 4.9 && < 5,
                       blake3 ^>= 0.3,
                       mmap ^>= 0.5.9,
                       bytestring >= 0.10 && < 0.13,
  default-language:    Haskell2010