packages feed

Cabal revisions of certificate-0.9.2

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

revision 1
 Name:                certificate Version:             0.9.2+x-revision: 1 Description:     Certificates and Key reader/writer     .   Default:           False  Library-  Build-Depends:     base >= 3 && < 5+  Build-Depends:     base >= 3 && < 4.8                    , bytestring                    , mtl                    , asn1-data >= 0.6.0 && < 0.7   Main-is:           Tests.hs   if flag(test)     Buildable:       True-    Build-Depends:   base >= 3 && < 7, directory, HUnit, QuickCheck >= 2, bytestring+    Build-Depends:   base >= 3 && < 4.8, directory, HUnit, QuickCheck >= 2, bytestring   else     Buildable:       False 
revision 2
-Name:                certificate-Version:             0.9.2-x-revision: 1-Description:-    Certificates and Key reader/writer-    .-    At the moment only X509 certificate and unencrypted private key are supported,-    but will include PGP certificate and pkcs8 private keys-License:             BSD3-License-file:        LICENSE-Copyright:           Vincent Hanquez <vincent@snarc.org>-Author:              Vincent Hanquez <vincent@snarc.org>-Maintainer:          Vincent Hanquez <vincent@snarc.org>-Synopsis:            Certificates and Key Reader/Writer-Build-Type:          Simple-Category:            Data-stability:           experimental-Homepage:            http://github.com/vincenthz/hs-certificate-Cabal-Version:       >=1.6--Flag test-  Description:       Build unit test-  Default:           False--Flag executable-  Description:       Build the executable-  Default:           False--Library-  Build-Depends:     base >= 3 && < 4.8-                   , bytestring-                   , mtl-                   , asn1-data >= 0.6.0 && < 0.7-                   , base64-bytestring-                   , directory-                   , time-  Exposed-modules:   Data.Certificate.X509-                     Data.Certificate.X509.Cert-                     Data.Certificate.PEM-                     Data.Certificate.KeyDSA-                     Data.Certificate.KeyRSA-                     System.Certificate.X509-  Other-modules:     Data.Certificate.X509.Internal-                     System.Certificate.X509.Unix-  ghc-options:       -Wall-  if os(windows)-     cpp-options: -DWINDOWS-     Build-Depends:  Win32-     Other-modules:  System.Certificate.X509.Win32-  if os(OSX)-     cpp-options: -DMACOSX-     Build-Depends:  process-     Other-modules:  System.Certificate.X509.MacOS--Executable           certificate-  Main-Is:           Certificate.hs-  if flag(executable)-    Buildable:       True-    Build-depends:   cmdargs-                   , text >= 0.11-                   , cryptohash-                   , cryptocipher >= 0.2.4-                   , directory-  else-    Buildable:       False--executable           Tests-  Main-is:           Tests.hs-  if flag(test)-    Buildable:       True-    Build-Depends:   base >= 3 && < 4.8, directory, HUnit, QuickCheck >= 2, bytestring-  else-    Buildable:       False--source-repository head-  type:     git-  location: git://github.com/vincenthz/hs-certificate+Name:                certificate
+Version:             0.9.2
+x-revision: 2
+Description:
+    Certificates and Key reader/writer
+    .
+    At the moment only X509 certificate and unencrypted private key are supported,
+    but will include PGP certificate and pkcs8 private keys
+License:             BSD3
+License-file:        LICENSE
+Copyright:           Vincent Hanquez <vincent@snarc.org>
+Author:              Vincent Hanquez <vincent@snarc.org>
+Maintainer:          Vincent Hanquez <vincent@snarc.org>
+Synopsis:            Certificates and Key Reader/Writer
+Build-Type:          Simple
+Category:            Data
+stability:           experimental
+Homepage:            http://github.com/vincenthz/hs-certificate
+Cabal-Version:       >=1.6
+
+Flag test
+  Description:       Build unit test
+  Default:           False
+
+Flag executable
+  Description:       Build the executable
+  Default:           False
+
+Library
+  -- Non buildable, missing module Data.Certificate.X509.Ext
+  Build-Depends: base<0
+  Build-Depends:     base >= 3 && < 4.8
+                   , bytestring
+                   , mtl
+                   , asn1-data >= 0.6.0 && < 0.7
+                   , base64-bytestring
+                   , directory
+                   , time
+  Exposed-modules:   Data.Certificate.X509
+                     Data.Certificate.X509.Cert
+                     Data.Certificate.PEM
+                     Data.Certificate.KeyDSA
+                     Data.Certificate.KeyRSA
+                     System.Certificate.X509
+  Other-modules:     Data.Certificate.X509.Internal
+                     System.Certificate.X509.Unix
+  ghc-options:       -Wall
+  if os(windows)
+     cpp-options: -DWINDOWS
+     Build-Depends:  Win32
+     Other-modules:  System.Certificate.X509.Win32
+  if os(OSX)
+     cpp-options: -DMACOSX
+     Build-Depends:  process
+     Other-modules:  System.Certificate.X509.MacOS
+
+Executable           certificate
+  Main-Is:           Certificate.hs
+  if flag(executable)
+    Buildable:       True
+    Build-depends:   cmdargs
+                   , text >= 0.11
+                   , cryptohash
+                   , cryptocipher >= 0.2.4
+                   , directory
+  else
+    Buildable:       False
+
+executable           Tests
+  Main-is:           Tests.hs
+  if flag(test)
+    Buildable:       True
+    Build-Depends:   base >= 3 && < 4.8, directory, HUnit, QuickCheck >= 2, bytestring
+  else
+    Buildable:       False
+
+source-repository head
+  type:     git
+  location: git://github.com/vincenthz/hs-certificate