passman/passman.cabal

110 lines
2.8 KiB
Plaintext
Raw Normal View History

2021-11-13 23:50:08 -05:00
cabal-version: 2.2
2024-09-07 14:26:15 -04:00
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack
--
2024-09-07 15:34:10 -04:00
-- hash: d742af1f90e36896cfb5979f267f1ef87b81fb7e603c8c72ccc0c8e7a382a408
name: passman
2023-05-02 17:29:31 -04:00
version: 0.3.1.1
synopsis: a simple password manager
2021-11-14 03:47:53 -05:00
description: a simple password manager - see README.md for details
category: Security
2021-11-13 23:50:08 -05:00
homepage: https://codeberg.org/jlamothe/passman
2021-11-14 03:47:53 -05:00
bug-reports: https://codeberg.org/jlamothe/passman/issues
author: Jonathan Lamothe
maintainer: jonathan@jlamothe.net
copyright: (C) 2018-2024 Jonathan Lamothe
2021-11-13 23:50:08 -05:00
license: LGPL-3.0-or-later
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
library
exposed-modules:
Password
2024-09-07 15:00:17 -04:00
Password.App
2024-09-07 15:34:10 -04:00
Password.App.Types
other-modules:
Paths_passman
2023-05-02 16:48:44 -04:00
autogen-modules:
Paths_passman
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
SHA >=1.6.4.4 && <1.7
2024-09-07 14:36:48 -04:00
, aeson >=2.1.2.1 && <2.2
, base >=4.7 && <5
2023-05-02 17:27:58 -04:00
, base16-bytestring >=1.0.2.0 && <1.1
, base64-bytestring >=1.2.1.0 && <1.3
2024-09-07 15:00:17 -04:00
, brick >=2.1.1 && <2.2
2023-05-02 17:27:58 -04:00
, bytestring >=0.11.4.0 && <0.12
, containers >=0.6.2.1 && <0.7
, microlens >=0.4.11.2 && <0.5
, microlens-th >=0.4.3.6 && <0.5
2023-05-02 17:27:58 -04:00
, random >=1.2.1.1 && <1.3
2024-09-07 14:36:48 -04:00
, text >=2.0.2 && <2.1
default-language: Haskell2010
executable passman
main-is: Main.hs
other-modules:
Paths_passman
2023-05-02 16:48:44 -04:00
autogen-modules:
Paths_passman
hs-source-dirs:
app
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
2024-09-07 14:36:48 -04:00
aeson >=2.1.2.1 && <2.2
, base >=4.7 && <5
2024-09-07 15:00:17 -04:00
, brick >=2.1.1 && <2.2
2023-05-02 17:27:58 -04:00
, bytestring >=0.11.4.0 && <0.12
, containers >=0.6.2.1 && <0.7
, microlens >=0.4.11.2 && <0.5
, microlens-th >=0.4.3.6 && <0.5
, passman
2023-05-02 17:27:58 -04:00
, random >=1.2.1.1 && <1.3
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
2023-05-02 16:48:44 -04:00
autogen-modules:
Paths_passman
hs-source-dirs:
test
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
HUnit
2024-09-07 14:36:48 -04:00
, aeson >=2.1.2.1 && <2.2
, base >=4.7 && <5
2024-09-07 15:00:17 -04:00
, brick >=2.1.1 && <2.2
2023-05-02 17:27:58 -04:00
, bytestring >=0.11.4.0 && <0.12
, containers >=0.6.2.1 && <0.7
, microlens >=0.4.11.2 && <0.5
, microlens-th >=0.4.3.6 && <0.5
, passman
2023-05-02 17:27:58 -04:00
, random >=1.2.1.1 && <1.3
default-language: Haskell2010