name: hspkcs11 version: 0.4 synopsis: Wrapper for PKCS #11 interface description: This package allows to call PKCS#11 provider libraries. PKCS#11 is a C interface specification for cryptography providers, such as crypto tokens and HSMs homepage: https://github.com/denisenkom/hspkcs11 license: MIT license-file: LICENSE author: Mikhail Denisenko maintainer: denisenkom@gmail.com category: Cryptography build-type: Simple cabal-version: >=1.10 extra-source-files: include/*.h library hs-source-dirs: src build-tools: c2hs build-depends: base >= 4.9 && < 4.11, unix, utf8-string, bytestring Include-dirs: include exposed-modules: System.Crypto.Pkcs11 System.Crypto.Pkcs11.Lazy Default-language: Haskell2010 executable pkcs11-tests main-is: Test.hs build-depends: base, hspkcs11, unix, utf8-string, bytestring, crypto-api, cprng-aes, cipher-aes, RSA default-language: Haskell2010