revise .cabal

This commit is contained in:
Jens Petersen 2021-08-04 22:29:11 +08:00
parent 19e1071887
commit 7a065cdce3
1 changed files with 57 additions and 57 deletions

View File

@ -1,57 +1,57 @@
Name: cryptonite-conduit Name: cryptonite-conduit
version: 0.2.2 version: 0.2.2
x-revision: 1 x-revision: 1
Synopsis: cryptonite conduit Synopsis: cryptonite conduit
Description: Description:
Conduit bridge for cryptonite Conduit bridge for cryptonite
. .
For now only provide a conduit version for hash and hmac, but For now only provide a conduit version for hash and hmac, but
with contribution, this could provide cipher conduits too, with contribution, this could provide cipher conduits too,
and probably other things. and probably other things.
License: BSD3 License: BSD3
License-file: LICENSE License-file: LICENSE
Copyright: Vincent Hanquez <vincent@snarc.org> Copyright: Vincent Hanquez <vincent@snarc.org>
Author: Vincent Hanquez <vincent@snarc.org> Author: Vincent Hanquez <vincent@snarc.org>
Maintainer: vincent@snarc.org Maintainer: vincent@snarc.org
Category: Cryptography, Conduit Category: Cryptography, Conduit
Stability: experimental Stability: experimental
Build-Type: Simple Build-Type: Simple
Homepage: https://github.com/haskell-crypto/cryptonite-conduit Homepage: https://github.com/haskell-crypto/cryptonite-conduit
Cabal-Version: >=1.8 Cabal-Version: >=1.8
Extra-source-files: README.md CHANGELOG.md Extra-source-files: README.md CHANGELOG.md
Library Library
Exposed-modules: Crypto.Cipher.ChaChaPoly1305.Conduit Exposed-modules: Crypto.Cipher.ChaChaPoly1305.Conduit
Crypto.MAC.HMAC.Conduit Crypto.MAC.HMAC.Conduit
Crypto.Hash.Conduit Crypto.Hash.Conduit
Crypto.PubKey.ECIES.Conduit Crypto.PubKey.ECIES.Conduit
Build-depends: base >= 4.8 && < 5 Build-depends: base >= 4.8 && < 5
, bytestring , bytestring
, conduit , conduit
, conduit-extra , conduit-extra
, cryptonite , cryptonite
, exceptions , exceptions
, memory , memory
, resourcet , resourcet
, transformers , transformers
ghc-options: -Wall -fwarn-tabs ghc-options: -Wall -fwarn-tabs
test-suite cryptonite-conduit-test test-suite cryptonite-conduit-test
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
hs-source-dirs: test hs-source-dirs: test
main-is: Spec.hs main-is: Spec.hs
build-depends: base build-depends: base
, bytestring , bytestring
, conduit , conduit
, conduit-combinators , conduit-combinators
, cryptonite , cryptonite
, cryptonite-conduit , cryptonite-conduit
, memory , memory
, tasty , tasty
, tasty-hunit , tasty-hunit
, tasty-quickcheck , tasty-quickcheck
ghc-options: -Wall ghc-options: -Wall
source-repository head source-repository head
type: git type: git
location: https://github.com/haskell-crypto/cryptonite-conduit location: https://github.com/haskell-crypto/cryptonite-conduit