sha512

Pure Haskell SHA-512, HMAC-SHA512 (docs.ppad.tech/sha512).
git clone git://git.ppad.tech/sha512.git
Log | Files | Refs | README | LICENSE

commit e164102c56450cd502ea8571b553a2d07dc58571
parent b632003b6905979aacdd34cf507643ca2b531f01
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 10 Jan 2026 15:41:31 +0400

flake: add haddock output

Diffstat:
M.gitignore | 1+
Mflake.nix | 2++
Mppad-sha512.cabal | 1-
3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -1,4 +1,5 @@ dist-newstyle/ ppad-sha512-hash-large.dat result +result-doc core diff --git a/flake.nix b/flake.nix @@ -48,6 +48,8 @@ { packages.default = hpkgs.${lib}; + packages.haddock = hpkgs.${lib}.doc; + devShells.default = hpkgs.shellFor { packages = p: [ (hlib.doBenchmark p.${lib}) diff --git a/ppad-sha512.cabal b/ppad-sha512.cabal @@ -94,7 +94,6 @@ benchmark sha512-weigh build-depends: base , bytestring - , deepseq , ppad-sha512 , weigh