packages feed

Cabal revisions of cryptocipher-0.2.13

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

revision 1
-Name:                cryptocipher-Version:             0.2.13-Description:         Symmetrical Block, Stream and PubKey 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, Stream and PubKey Ciphers-Category:            Cryptography-Build-Type:          Simple-Homepage:            http://github.com/vincenthz/hs-cryptocipher-Cabal-Version:       >=1.6--Flag test-  Description:       Build unit test-  Default:           False--Flag benchmark-  Description:       Build benchmarks-  Default:           False--Library-  Build-Depends:     base >= 4 && < 5-                   , bytestring-                   , vector >= 0.7-                   , ghc-prim-                   , primitive-                   , crypto-api >= 0.5-                   , tagged-                   , cereal-  Exposed-modules:   Crypto.Cipher.RC4-                     Crypto.Cipher.AES-                     Crypto.Cipher.Camellia-                     Crypto.Cipher.RSA-                     Crypto.Cipher.DSA-                     Crypto.Cipher.DH-  other-modules:     Number.ModArithmetic-                     Number.Serialize-                     Number.Generate-                     Number.Basic-                     Number.Polynomial-                     Number.Prime-                     System.Endian-  ghc-options:       -Wall-  if arch(ppc) || arch(sparc)-    cpp-options: -DBIG_ENDIAN-  else-    cpp-options: -DLITTLE_ENDIAN--Executable           Tests-  Main-Is:           Tests.hs-  if flag(test)-    Buildable:       True-    Build-depends:   base >= 4 && < 5-                   , HUnit-                   , bytestring-                   , cryptohash-                   , QuickCheck >= 2-  else-    Buildable:       False-  if arch(ppc) || arch(sparc)-    cpp-options: -DBIG_ENDIAN-  else-    cpp-options: -DLITTLE_ENDIAN--Executable           Benchmarks-  Main-Is:           Benchmarks.hs-  if flag(benchmark)-    Buildable:       True-    Build-depends:   base >= 4 && < 5-                   , criterion-                   , mtl-  else-    Buildable:       False-  if arch(ppc) || arch(sparc)-    cpp-options: -DBIG_ENDIAN-  else-    cpp-options: -DLITTLE_ENDIAN--source-repository head-  type:     git-  location: git://github.com/vincenthz/hs-cryptocipher+Name:                cryptocipher
+Version:             0.2.13
+x-revision: 1
+Description:         Symmetrical Block, Stream and PubKey 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, Stream and PubKey Ciphers
+Category:            Cryptography
+Build-Type:          Simple
+Homepage:            http://github.com/vincenthz/hs-cryptocipher
+Cabal-Version:       >=1.6
+
+Flag test
+  Description:       Build unit test
+  Default:           False
+
+Flag benchmark
+  Description:       Build benchmarks
+  Default:           False
+
+Library
+  Build-Depends:     base >= 4 && < 4.4
+                   , bytestring
+                   , vector >= 0.7
+                   , ghc-prim
+                   , primitive
+                   , crypto-api >= 0.5
+                   , tagged
+                   , cereal
+  Exposed-modules:   Crypto.Cipher.RC4
+                     Crypto.Cipher.AES
+                     Crypto.Cipher.Camellia
+                     Crypto.Cipher.RSA
+                     Crypto.Cipher.DSA
+                     Crypto.Cipher.DH
+  other-modules:     Number.ModArithmetic
+                     Number.Serialize
+                     Number.Generate
+                     Number.Basic
+                     Number.Polynomial
+                     Number.Prime
+                     System.Endian
+  ghc-options:       -Wall
+  if arch(ppc) || arch(sparc)
+    cpp-options: -DBIG_ENDIAN
+  else
+    cpp-options: -DLITTLE_ENDIAN
+
+Executable           Tests
+  Main-Is:           Tests.hs
+  if flag(test)
+    Buildable:       True
+    Build-depends:   base >= 4 && < 5
+                   , HUnit
+                   , bytestring
+                   , cryptohash
+                   , QuickCheck >= 2
+  else
+    Buildable:       False
+  if arch(ppc) || arch(sparc)
+    cpp-options: -DBIG_ENDIAN
+  else
+    cpp-options: -DLITTLE_ENDIAN
+
+Executable           Benchmarks
+  Main-Is:           Benchmarks.hs
+  if flag(benchmark)
+    Buildable:       True
+    Build-depends:   base >= 4 && < 5
+                   , criterion
+                   , mtl
+  else
+    Buildable:       False
+  if arch(ppc) || arch(sparc)
+    cpp-options: -DBIG_ENDIAN
+  else
+    cpp-options: -DLITTLE_ENDIAN
+
+source-repository head
+  type:     git
+  location: git://github.com/vincenthz/hs-cryptocipher