h-gpgme-0.2.0.0: h-gpgme.cabal
Name: h-gpgme
Version: 0.2.0.0
Description: High Level Binding for GnuPG Made Easy (gpgme)
License: MIT
License-file: LICENSE
Author: Reto Habluetzel
Maintainer: rethab@rethab.ch
Copyright: (c) Reto Habluetzel 2014
Author: Reto Habluetzel 2014
Homepage: https://github.com/rethab/h-gpgme
Bug-reports: https://github.com/rethab/h-gpgme/issues
Tested-With: GHC==7.8.2
Category: Cryptography
Build-Type: Simple
Cabal-Version: >=1.10
source-repository head
type: git
location: https://github.com/rethab/h-gpgme
library
hs-source-dirs: src
ghc-options: -Wall
-O2
-fno-warn-orphans
exposed-modules: Crypto.Gpgme
other-modules: Crypto.Gpgme.Key
, Crypto.Gpgme.Ctx
, Crypto.Gpgme.Crypto
, Crypto.Gpgme.Internal
, Crypto.Gpgme.Types
build-depends: base == 4.*
, bindings-gpgme >= 0.1 && <0.2
, bytestring >= 0.9
, unix >= 2.5
default-language: Haskell2010
test-suite tests
type: exitcode-stdio-1.0
default-language: Haskell2010
ghc-options: -Wall
-fhpc
hs-source-dirs: src, test
main-is: Main.hs
build-depends: base == 4.*
, bindings-gpgme >= 0.1 && <0.2
, bytestring >= 0.9
, unix >= 2.5
, HUnit == 1.2.*
, test-framework == 0.8.*
, test-framework-quickcheck2 == 0.3.*
, test-framework-hunit == 0.3.*
, QuickCheck