packages feed

Cabal revisions of x509-system-1.6.2

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

revision 1
-Name:                x509-system-Version:             1.6.2-Description:         System X.509 handling-License:             BSD3-License-file:        LICENSE-Copyright:           Vincent Hanquez <vincent@snarc.org>-Author:              Vincent Hanquez <vincent@snarc.org>-Maintainer:          Vincent Hanquez <vincent@snarc.org>-Synopsis:            Handle per-operating-system X.509 accessors and storage-Build-Type:          Simple-Category:            Data-stability:           experimental-Homepage:            http://github.com/vincenthz/hs-certificate-Cabal-Version:       >=1.8--Library-  Build-Depends:     base >= 3 && < 5-                   , bytestring-                   , mtl-                   , containers-                   , directory-                   , filepath-                   , process-                   , pem >= 0.1 && < 0.3-                   , x509 >= 1.6 && < 1.7-                   , x509-store >= 1.6 && < 1.7-  Exposed-modules:   System.X509-                     System.X509.Unix-                     System.X509.MacOS-  ghc-options:       -Wall-  if os(windows)-     cpp-options:     -DWINDOWS-     Build-Depends:   Win32, asn1-encoding-     extra-libraries: Crypt32-     Exposed-modules: System.X509.Win32-  if os(OSX)-     cpp-options: -DMACOSX--source-repository head-  type:     git-  location: git://github.com/vincenthz/hs-certificate-  subdir:   x509-system+Name:                x509-system
+Version:             1.6.2
+x-revision: 1
+Description:         System X.509 handling
+License:             BSD3
+License-file:        LICENSE
+Copyright:           Vincent Hanquez <vincent@snarc.org>
+Author:              Vincent Hanquez <vincent@snarc.org>
+Maintainer:          Vincent Hanquez <vincent@snarc.org>
+Synopsis:            Handle per-operating-system X.509 accessors and storage
+Build-Type:          Simple
+Category:            Data
+stability:           experimental
+Homepage:            http://github.com/vincenthz/hs-certificate
+Cabal-Version:       >=1.8
+
+Library
+  Build-Depends:     base >= 4.8 && < 5
+                   , bytestring
+                   , mtl
+                   , containers
+                   , directory
+                   , filepath
+                   , process
+                   , pem >= 0.1 && < 0.3
+                   , x509 >= 1.6 && < 1.7
+                   , x509-store >= 1.6 && < 1.7
+  Exposed-modules:   System.X509
+                     System.X509.Unix
+                     System.X509.MacOS
+  ghc-options:       -Wall
+  if os(windows)
+     cpp-options:     -DWINDOWS
+     Build-Depends:   Win32, asn1-encoding
+     extra-libraries: Crypt32
+     Exposed-modules: System.X509.Win32
+  if os(OSX)
+     cpp-options: -DMACOSX
+
+source-repository head
+  type:     git
+  location: git://github.com/vincenthz/hs-certificate
+  subdir:   x509-system