Skip to content

Commit

Permalink
Update from Hackage at 2018-03-01T01:14:49Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 1, 2018
1 parent ae84ef5 commit 292d228
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
48 changes: 48 additions & 0 deletions hspkcs11/0.6/hspkcs11.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: hspkcs11
version: 0.6
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
Bindings.Pkcs11
Default-language: Haskell2010

test-suite pkcs11-tests
type: exitcode-stdio-1.0
main-is: Test.hs
build-depends:
base,
hspkcs11,
unix,
utf8-string,
bytestring,
base64-bytestring,
crypto-api,
cprng-aes,
cipher-aes,
RSA
default-language: Haskell2010

source-repository head
type: git
location: https://github.com/denisenkom/hspkcs11.git
1 change: 1 addition & 0 deletions hspkcs11/0.6/hspkcs11.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"55c96bb9ec580fe1a50d17b8c06580de","Skein512_512":"192c712c0304a22e4d877fadd63e38b1f411161858c3137409e4e389d244c5306a02b68f148baa7f1a6b654d70874a2343b3d37833e4ee8607c3ca1075ba250e","SHA1":"3a9279fe859eb7ee9f30d95d921aa28e45b79b7a","SHA512":"4e6ab31132d0eef773c259a5f9939b76a1893906f46441e1ca0d67c2909f3f3ec79f62ef9d94329ad331ca5c1752b65c912459ec8da15069824a2de59302a7a8","SHA256":"e7523817211bda3f49dd28b775edf9dcc917c35e213ed5a9a218b36b72f9528a"},"package-locations":["https://hackage.haskell.org/package/hspkcs11-0.6/hspkcs11-0.6.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hspkcs11-0.6.tar.gz"],"package-size":41425}

0 comments on commit 292d228

Please sign in to comment.