cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack -- -- hash: fb2b45c8e1d5aead518c67637b3af5e78b55b8f0c5a95a34c20ca5d957527fa0 name: passman version: 0.3.1.1 synopsis: a simple password manager description: a simple password manager - see README.md for details category: Security homepage: https://codeberg.org/jlamothe/passman bug-reports: https://codeberg.org/jlamothe/passman/issues author: Jonathan Lamothe maintainer: jonathan@jlamothe.net copyright: (C) 2018-2024 Jonathan Lamothe license: LGPL-3.0-or-later license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md library exposed-modules: Password Password.App Password.App.Draw Password.App.Event Password.App.Types other-modules: Paths_passman autogen-modules: Paths_passman hs-source-dirs: src ghc-options: -Wall build-depends: SHA >=1.6.4.4 && <1.7 , aeson >=2.1.2.1 && <2.2 , base >=4.7 && <5 , base16-bytestring >=1.0.2.0 && <1.1 , base64-bytestring >=1.2.1.0 && <1.3 , brick >=2.1.1 && <2.2 , bytestring >=0.11.4.0 && <0.12 , containers >=0.6.2.1 && <0.7 , microlens >=0.4.11.2 && <0.5 , microlens-mtl >=0.2.0.3 && <0.3 , microlens-th >=0.4.3.6 && <0.5 , mtl >=2.3.1 && <2.4 , random >=1.2.1.1 && <1.3 , text >=2.0.2 && <2.1 , vty ==6.1.* default-language: Haskell2010 executable passman main-is: Main.hs other-modules: Paths_passman autogen-modules: Paths_passman hs-source-dirs: app ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: aeson >=2.1.2.1 && <2.2 , base >=4.7 && <5 , brick >=2.1.1 && <2.2 , bytestring >=0.11.4.0 && <0.12 , containers >=0.6.2.1 && <0.7 , microlens >=0.4.11.2 && <0.5 , microlens-mtl >=0.2.0.3 && <0.3 , microlens-th >=0.4.3.6 && <0.5 , mtl >=2.3.1 && <2.4 , passman , random >=1.2.1.1 && <1.3 , vty ==6.1.* default-language: Haskell2010 test-suite passman-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Spec.JSON Spec.NewPWData Spec.NewPWDatabase Spec.NewPWPolicy Spec.NewPWSalt Spec.PWGenerate Spec.PWGetService Spec.PWHasService Spec.PWRemoveService Spec.PWSearch Spec.PWSetService Spec.ValidatePWData Spec.ValidatePWDatabase Spec.ValidatePWPolicy Paths_passman autogen-modules: Paths_passman hs-source-dirs: test ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: HUnit , aeson >=2.1.2.1 && <2.2 , base >=4.7 && <5 , brick >=2.1.1 && <2.2 , bytestring >=0.11.4.0 && <0.12 , containers >=0.6.2.1 && <0.7 , microlens >=0.4.11.2 && <0.5 , microlens-mtl >=0.2.0.3 && <0.3 , microlens-th >=0.4.3.6 && <0.5 , mtl >=2.3.1 && <2.4 , passman , random >=1.2.1.1 && <1.3 , vty ==6.1.* default-language: Haskell2010