File: cryptohash-cryptoapi.cabal

package info (click to toggle)
haskell-cryptohash-cryptoapi 0.1.4-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 64 kB
  • sloc: haskell: 131; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,010 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Name:                cryptohash-cryptoapi
Version:             0.1.4
Description:         Crypto-api interfaces for cryptohash
License:             BSD3
License-file:        LICENSE
Copyright:           Vincent Hanquez <vincent@snarc.org>
Author:              Vincent Hanquez <vincent@snarc.org>
Maintainer:          Vincent Hanquez <vincent@snarc.org>
Synopsis:            Crypto-api interfaces for cryptohash
Category:            Cryptography
Build-Type:          Simple
Cabal-Version:       >=1.6
Homepage:            https://github.com/vincenthz/hs-cryptohash-cryptoapi
data-files:          README.md

Library
  Build-Depends:     base >= 4 && < 6
                   , bytestring
                   , memory
                   , cryptonite >= 0.13
                   , crypto-api >= 0.11
                   , tagged >= 0.1
                   , cereal >= 0.2
  Exposed-modules:   Crypto.Hash.CryptoAPI

source-repository head
  type:     git
  location: https://github.com/vincenthz/hs-cryptohash-cryptoapi