packages feed

Cabal revisions of crypto-api-0.10

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

revision 1
-name:           crypto-api-version:        0.10-license:        BSD3-license-file:   LICENSE-copyright:      Thomas DuBuisson <thomas.dubuisson@gmail.com>, Francisco Blas Izquierdo Riera (klondike) (see AUTHORS)-author:         Thomas DuBuisson <thomas.dubuisson@gmail.com>, Francisco Blas Izquierdo Riera (klondike)-maintainer:     Thomas DuBuisson <thomas.dubuisson@gmail.com>-description:    A generic interface for cryptographic operations (hashes, ciphers, randomness).--                Maintainers of hash and cipher implementations are-                encouraged to add instances for the classes defined-                in Crypto.Classes.  Crypto users are similarly-                encouraged to use the interfaces defined in the Classes-                module.--                Any concepts or functions of general use to more than-                one cryptographic algorithm (ex: padding) is within-                scope of this package.-synopsis:       A generic interface for cryptographic operations-category:       Data, Cryptography-homepage:       http://trac.haskell.org/crypto-api/wiki-bug-reports:    http://trac.haskell.org/crypto-api/report/1-stability:      stable-build-type:     Simple-cabal-version:  >= 1.6-tested-with:    GHC == 7.2.2-extra-source-files:-  cbits/misc.c-  cbits/misc.h---Library-  Build-Depends: base == 4.*,-                 bytestring >= 0.9 && < 0.10,-                 cereal >= 0.2 && < 0.4,-                 tagged >= 0.1 && < 0.3,-                 largeword >= 1.0.0, array, entropy-  ghc-options:-  hs-source-dirs:-  exposed-modules: Crypto.Classes, Crypto.Types, Crypto.HMAC, -                   Crypto.Modes, Crypto.Random, Crypto.Padding-  other-modules: Crypto.Util, Crypto.CPoly-  extensions: ForeignFunctionInterface, MultiParamTypeClasses,-              BangPatterns, FunctionalDependencies, FlexibleInstances,-              TypeSynonymInstances-  c-sources: cbits/misc.c-  include-dirs: cbits--source-repository head-  type:     git-  location: https://github.com/TomMD/crypto-api+name:           crypto-api
+version:        0.10
+x-revision: 1
+license:        BSD3
+license-file:   LICENSE
+copyright:      Thomas DuBuisson <thomas.dubuisson@gmail.com>, Francisco Blas Izquierdo Riera (klondike) (see AUTHORS)
+author:         Thomas DuBuisson <thomas.dubuisson@gmail.com>, Francisco Blas Izquierdo Riera (klondike)
+maintainer:     Thomas DuBuisson <thomas.dubuisson@gmail.com>
+description:    A generic interface for cryptographic operations (hashes, ciphers, randomness).
+
+                Maintainers of hash and cipher implementations are
+                encouraged to add instances for the classes defined
+                in Crypto.Classes.  Crypto users are similarly
+                encouraged to use the interfaces defined in the Classes
+                module.
+
+                Any concepts or functions of general use to more than
+                one cryptographic algorithm (ex: padding) is within
+                scope of this package.
+synopsis:       A generic interface for cryptographic operations
+category:       Data, Cryptography
+homepage:       http://trac.haskell.org/crypto-api/wiki
+bug-reports:    http://trac.haskell.org/crypto-api/report/1
+stability:      stable
+build-type:     Simple
+cabal-version:  >= 1.6
+tested-with:    GHC == 7.2.2
+extra-source-files:
+  cbits/misc.c
+  cbits/misc.h
+
+
+Library
+  Build-Depends: base >= 4 && < 4.6,
+                 bytestring >= 0.9 && < 0.10,
+                 cereal >= 0.2 && < 0.4,
+                 tagged >= 0.1 && < 0.3,
+                 largeword >= 1.0.0, array, entropy
+  ghc-options:
+  hs-source-dirs:
+  exposed-modules: Crypto.Classes, Crypto.Types, Crypto.HMAC, 
+                   Crypto.Modes, Crypto.Random, Crypto.Padding
+  other-modules: Crypto.Util, Crypto.CPoly
+  extensions: ForeignFunctionInterface, MultiParamTypeClasses,
+              BangPatterns, FunctionalDependencies, FlexibleInstances,
+              TypeSynonymInstances
+  c-sources: cbits/misc.c
+  include-dirs: cbits
+
+source-repository head
+  type:     git
+  location: https://github.com/TomMD/crypto-api