packages feed

Cabal revisions of cryptocipher-0.1

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

revision 1
-Name:                cryptocipher-Version:             0.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-Cabal-Version:       >=1.6--Flag test-  Description:       Build unit test-  Default:           False--Library-  Build-Depends:     base >= 3 && < 5, bytestring, haskell98, vector-  Exposed-modules:   Crypto.Cipher.RC4-                     Crypto.Cipher.Camellia-  ghc-options:       -Wall--Executable           Tests-  Main-Is:           Tests.hs-  if flag(test)-    Buildable:       True-    Build-depends:   base >= 3 && < 5, HUnit, bytestring-  else-    Buildable:       False--source-repository head-  type:     git-  location: git://github.com/vincenthz/hs-cryptocipher+Name:                cryptocipher
+Version:             0.1
+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
+Cabal-Version:       >=1.6
+
+Flag test
+  Description:       Build unit test
+  Default:           False
+
+Library
+  Build-Depends:     base >= 3 && < 4.4, bytestring, haskell98, vector
+  Exposed-modules:   Crypto.Cipher.RC4
+                     Crypto.Cipher.Camellia
+  ghc-options:       -Wall
+
+Executable           Tests
+  Main-Is:           Tests.hs
+  if flag(test)
+    Buildable:       True
+    Build-depends:   base >= 3 && < 5, HUnit, bytestring
+  else
+    Buildable:       False
+
+source-repository head
+  type:     git
+  location: git://github.com/vincenthz/hs-cryptocipher