diff options
Diffstat (limited to 'haskell/haskell-ed25519/README')
-rw-r--r-- | haskell/haskell-ed25519/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-ed25519/README b/haskell/haskell-ed25519/README new file mode 100644 index 0000000000000..7780f13a4a779 --- /dev/null +++ b/haskell/haskell-ed25519/README @@ -0,0 +1,7 @@ +This package provides a simple, fast, self-contained copy of the +Ed25519 public-key signature system with a clean interface. It also +includes support for detached signatures, and thorough documentation +on the design and implementation, including usage guidelines. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |