-- Initial crypto-random-effect.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: crypto-random-effect version: 0.1.1 synopsis: A random effect using crypto-random description: Any help (especially documentation) is welcome homepage: https://github.com/ibotty/crypto-random-effect license: MIT license-file: LICENSE author: Tobias Florek maintainer: tob@butter.sh -- copyright: category: Effect, Crypto build-type: Simple extra-source-files: Changelog.md cabal-version: >=1.10 library exposed-modules: Crypto.Random.Effect -- other-modules: -- other-extensions: build-depends: base >=4.6 && <4.7 , bytestring <= 0.11 , crypto-random >=0.0.7 && <0.1 , extensible-effects ==1.2.* , securemem ==0.1.* hs-source-dirs: src default-language: Haskell2010