File: monadcryptorandom.cabal

package info (click to toggle)
haskell-monadcryptorandom 0.7.2.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 72 kB
  • sloc: haskell: 329; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,349 bytes parent folder | download | duplicates (3)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name:           monadcryptorandom
version:        0.7.2.1
license:        BSD3
license-file:   LICENSE
copyright:      Thomas DuBuisson <thomas.dubuisson@gmail.com>
author:         Thomas DuBuisson <thomas.dubuisson@gmail.com>
maintainer:     Thomas DuBuisson <thomas.dubuisson@gmail.com>
description:    A monad for using CryptoRandomGen
synopsis:       A monad for using CryptoRandomGen
category:       Control, Cryptography
homepage:       https://github.com/TomMD/monadcryptorandom
stability:      stable
build-type:     Simple
cabal-version:  >= 1.6
tested-with:    GHC == 7.0.4,
                GHC == 7.2.2,
                GHC == 7.4.2
                GHC == 7.6.3,
                GHC == 7.8.2,
                GHC == 7.10.3,
                GHC == 8.0.2,
                GHC == 8.2.2,
                GHC == 8.4.1
Data-Files:
extra-source-files:

Library
  Build-Depends: base == 4.*,
                 bytestring >= 0.9 && < 0.11,
                 crypto-api >= 0.2,
                 exceptions >= 0.8 && <0.11,
                 transformers >= 0.2,
                 mtl >= 2.0 && < 2.3,
                 transformers-compat >= 0.3,
                 tagged >= 0.2
  ghc-options:
  hs-source-dirs:
  exposed-modules: Control.Monad.CryptoRandom

source-repository head
  type:     git
  location: https://github.com/TomMD/monadcryptorandom