Cabal revisions of cprng-aes-effect-0.1.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial crypto-random-effect.cabal generated by cabal init. For further--- documentation, see http://haskell.org/cabal/users-guide/--name: cprng-aes-effect-version: 0.1.0.2-synopsis: Run random effect using cprng-aes, a crypto pseudo number generator.-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.AES- -- other-modules: - -- other-extensions: - build-depends: base >=4.6 && <5- , cprng-aes >=0.5 && <0.6- , crypto-random >=0.0.7 && <0.1- , crypto-random-effect ==0.2.*- , extensible-effects ==1.4.* || ==1.7.*- hs-source-dirs: src- default-language: Haskell2010--source-repository head- type: git- location: https://github.com/ibotty/crypto-random-effect-+-- Initial crypto-random-effect.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: cprng-aes-effect +version: 0.1.0.2 +x-revision: 1 +synopsis: Run random effect using cprng-aes, a crypto pseudo number generator. +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.AES + -- other-modules: + -- other-extensions: + build-depends: base >=4.6 && <5 + , cprng-aes >=0.5 && <0.7 + , crypto-random >=0.0.7 && <0.1 + , crypto-random-effect ==0.2.* + , extensible-effects ==1.4.* || ==1.7.* || ==1.9.* + hs-source-dirs: src + default-language: Haskell2010 + +source-repository head + type: git + location: https://github.com/ibotty/crypto-random-effect +