aead

Pure Haskell AEAD-ChaCha20-Poly1305 (docs.ppad.tech/aead).
git clone git://git.ppad.tech/aead.git
Log | Files | Refs | README | LICENSE

commit d7a8f01528bad77d6029857d5074780ae4f52e74
parent 29c12eb38dc6b44be45fd20663e314a187d99793
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 17 Jul 2026 16:13:09 -0230

lib: hide Data.Barrier from generated haddock

Internal optimisation-barrier module; not part of the public API.

Diffstat:
Mlib/Data/Barrier.hs | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/Data/Barrier.hs b/lib/Data/Barrier.hs @@ -1,3 +1,5 @@ +{-# OPTIONS_HADDOCK hide #-} + -- | -- Module: Data.Barrier -- Copyright: (c) 2025 Jared Tobin