packages feed

Cabal revisions of cryptohash-conduit-0.1.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                cryptohash-conduit-Version:             0.1.0-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-                   , cryptohash-                   , transformers-  ghc-options:       -Wall -fwarn-tabs--source-repository head-  type: git-  location: git://github.com/vincenthz/hs-cryptohash-conduit+Name:                cryptohash-conduit
+Version:             0.1.0
+x-revision: 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 <1.1
+                   , cryptohash
+                   , transformers
+  ghc-options:       -Wall -fwarn-tabs
+
+source-repository head
+  type: git
+  location: git://github.com/vincenthz/hs-cryptohash-conduit