packages feed

cryptohash-conduit-0.1.1: cryptohash-conduit.cabal

Name:                cryptohash-conduit
Version:             0.1.1
Synopsis:            cryptohash conduit
Description:
  Support all the @cryptohash@ package using conduits from
  the @conduit@ package.
License:             BSD3
License-file:        LICENSE
Copyright:           Vincent Hanquez <vincent@snarc.org>
Author:              Vincent Hanquez <vincent@snarc.org>
Maintainer:          vincent@snarc.org
Category:            Cryptography, Conduit
Stability:           experimental
Build-Type:          Simple
Homepage:            http://github.com/vincenthz/hs-cryptohash-conduit
Cabal-Version:       >=1.8
Extra-source-files:  README.md

Library
  Exposed-modules:   Crypto.Hash.Conduit
  Build-depends:     base >= 4 && < 5
                   , bytestring
                   , conduit
                   , resourcet
                   , conduit-extra
                   , cryptohash
                   , transformers
  ghc-options:       -Wall -fwarn-tabs

source-repository head
  type: git
  location: git://github.com/vincenthz/hs-cryptohash-conduit