-- Initial passwords.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: passwords version: 0.1.0.6 synopsis: Password generation/validation library license: MIT license-file: LICENSE author: Maxim Kulkin maintainer: maxim.kulkin@gmail.com category: Cryptography build-type: Simple cabal-version: >=1.10 source-repository head type: git location: https://github.com/maximkulkin/passwords library exposed-modules: Crypto.Password build-depends: base >= 4.6 && < 5 , random >= 1 && < 2 , MonadRandom >= 0.1 && < 1 , containers == 0.5.* default-language: Haskell2010