packages feed

Cabal revisions of crypto-pubkey-types-0.3.0

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

revision 1
-Name:                crypto-pubkey-types-Version:             0.3.0-Description:         Generic cryptography public keys algorithm types-License:             BSD3-License-file:        LICENSE-Copyright:           Vincent Hanquez <vincent@snarc.org>-Author:              Vincent Hanquez <vincent@snarc.org>-Maintainer:          Vincent Hanquez <vincent@snarc.org>-Synopsis:            Generic cryptography Public keys algorithm types-Category:            Cryptography-Build-Type:          Simple-Homepage:            http://github.com/vincenthz/hs-crypto-pubkey-types-Cabal-Version:       >=1.6--Library-  Exposed-modules:   Crypto.Types.PubKey.RSA-                     Crypto.Types.PubKey.DSA-                     Crypto.Types.PubKey.DH-  Build-depends:     base >= 4 && < 5-                   , asn1-types >= 0.1 && < 0.2--source-repository head-  type:     git-  location: git://github.com/vincenthz/hs-crypto-pubkey-types+Name:                crypto-pubkey-types
+Version:             0.3.0
+x-revision: 1
+Description:         Generic cryptography public keys algorithm types
+License:             BSD3
+License-file:        LICENSE
+Copyright:           Vincent Hanquez <vincent@snarc.org>
+Author:              Vincent Hanquez <vincent@snarc.org>
+Maintainer:          Vincent Hanquez <vincent@snarc.org>
+Synopsis:            Generic cryptography Public keys algorithm types
+Category:            Cryptography
+Build-Type:          Simple
+Homepage:            http://github.com/vincenthz/hs-crypto-pubkey-types
+Cabal-Version:       >=1.6
+
+Library
+  Exposed-modules:   Crypto.Types.PubKey.RSA
+                     Crypto.Types.PubKey.DSA
+                     Crypto.Types.PubKey.DH
+  Build-depends:     base >= 4.6 && < 5
+                   , asn1-types >= 0.1 && < 0.2
+
+source-repository head
+  type:     git
+  location: git://github.com/vincenthz/hs-crypto-pubkey-types