name: passman-core version: 0.3.1 license: GPL-2 license-file: LICENSE author: Matthew Bekkema maintainer: mbekkema97@gmail.com category: Password synopsis: Deterministic password generator description: Generates unique passwords deterministically from a single master password. A hash of the master password is stored on disk to prevent accidentally generating a password from a mistyped master password. build-type: Simple cabal-version: >=1.10 tested-with: GHC >= 7.6.1 && <= 7.10.2 source-repository head type: git location: https://github.com/mat8913/passman-core source-repository this type: git location: https://github.com/mat8913/passman-core branch: release tag: v0.3.1 library exposed-modules: Passman.Core.Hash Passman.Core.Mode Passman.Core.Config Passman.Core.Config.Optional Passman.Core.PassList other-modules: Passman.Core.Internal.BFEncoding Passman.Core.Internal.Util Passman.Core.Internal.Compat build-depends: base == 4.* , byteable , bytestring , cryptohash , bcrypt , mtl , directory , safe , base64-bytestring , unix-compat , text , transformers , containers default-language: Haskell2010 test-suite test-util type: detailed-0.9 test-module: Tests.Util other-modules: Tests.Test Passman.Core.Internal.Util build-depends: base >= 4 , Cabal , cabal-test-quickcheck , QuickCheck , bytestring , text default-language: Haskell2010 test-suite test-mode type: detailed-0.9 test-module: Tests.Mode other-modules: Tests.Test Passman.Core.Mode build-depends: base >= 4 , Cabal , QuickCheck , cabal-test-quickcheck default-language: Haskell2010 test-suite test-hash type: detailed-0.9 test-module: Tests.Hash other-modules: Tests.Test Passman.Core.Hash Passman.Core.Mode Passman.Core.Internal.BFEncoding Passman.Core.Internal.Util build-depends: base >= 4 , Cabal , QuickCheck , cabal-test-quickcheck , byteable , bytestring , cryptohash , bcrypt , base64-bytestring , safe , text default-language: Haskell2010 test-suite test-bfencoding type: detailed-0.9 test-module: Tests.BFEncoding other-modules: Tests.Test Passman.Core.Internal.BFEncoding Passman.Core.Internal.Util build-depends: base >= 4 , Cabal , QuickCheck , cabal-test-quickcheck , base64-bytestring , bytestring , text default-language: Haskell2010 test-suite test-passlist type: detailed-0.9 test-module: Tests.PassList other-modules: Tests.Test Tests.Mode Passman.Core.Internal.Util Passman.Core.PassList Passman.Core.Mode build-depends: base >= 4 , Cabal , QuickCheck , cabal-test-quickcheck , safe , text , bytestring default-language: Haskell2010