h-gpgme-0.3.0.0: h-gpgme.cabal
Name: h-gpgme
Version: 0.3.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 2015
Author: Reto Habluetzel 2015
Homepage: https://github.com/rethab/h-gpgme
Bug-reports: https://github.com/rethab/h-gpgme/issues
Tested-With: GHC==7.8.3
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.6 && <0.2
, bytestring >= 0.9
, either >= 4.3 && <5.0
, time >= 1.4 && <2.0
, 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.6 && <0.2
, bytestring >= 0.9
, either >= 4.3 && <5.0
, transformers >= 0.3 && <0.5
, time >= 1.4 && <2.0
, unix >= 2.5
, HUnit >= 1.2 && <1.3
, tasty >= 0.10 && <1.0
, tasty-quickcheck >= 0.8 && <1.0
, tasty-hunit >= 0.9 && <1.0
, QuickCheck