packages feed

Cabal revisions of cryptocipher-0.6.0

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

revision 1
-Name:                cryptocipher-Version:             0.6.0-Description:         Symmetrical block and stream ciphers.-License:             BSD3-License-file:        LICENSE-Copyright:           Vincent Hanquez <vincent@snarc.org>-Author:              Vincent Hanquez <vincent@snarc.org>-Maintainer:          Vincent Hanquez <vincent@snarc.org>-Synopsis:            Symmetrical block and stream ciphers.-Category:            Cryptography-Build-Type:          Simple-Homepage:            http://github.com/vincenthz/hs-crypto-cipher-Cabal-Version:       >=1.8--Library-  Build-Depends:     base >= 4 && < 5-                   , crypto-cipher-types-                   , cipher-aes-                   , cipher-rc4-                   , cipher-des-                   , cipher-blowfish-                   , cipher-camellia-  Exposed-modules:   Crypto.Cipher-  ghc-options:       -Wall--source-repository head-  type:     git-  location: git://github.com/vincenthz/hs-crypto-cipher-  subdir:   cryptocipher+Name:                cryptocipher
+Version:             0.6.0
+x-revision: 1
+Description:         Symmetrical block and stream ciphers.
+License:             BSD3
+License-file:        LICENSE
+Copyright:           Vincent Hanquez <vincent@snarc.org>
+Author:              Vincent Hanquez <vincent@snarc.org>
+Maintainer:          Vincent Hanquez <vincent@snarc.org>
+Synopsis:            Symmetrical block and stream ciphers.
+Category:            Cryptography
+Build-Type:          Simple
+Homepage:            http://github.com/vincenthz/hs-crypto-cipher
+Cabal-Version:       >=1.8
+
+Library
+  Build-Depends:     base >= 4 && < 5
+                   , crypto-cipher-types
+                   , cipher-aes >= 0.2
+                   , cipher-rc4
+                   , cipher-des
+                   , cipher-blowfish
+                   , cipher-camellia
+  Exposed-modules:   Crypto.Cipher
+  ghc-options:       -Wall
+
+source-repository head
+  type:     git
+  location: git://github.com/vincenthz/hs-crypto-cipher
+  subdir:   cryptocipher