Compare commits
4 Commits
0.3.1
...
d0d80223f7
| Author | SHA1 | Date | |
|---|---|---|---|
| d0d80223f7 | |||
| 180af04891 | |||
| a048e0ad8b | |||
| d3a54f19b9 |
@@ -1,10 +1,11 @@
|
||||
name: passman
|
||||
version: 0.3.1
|
||||
github: "jlamothe/passman"
|
||||
license: LGPL-3
|
||||
license: LGPL-3.0-or-later
|
||||
author: "Jonathan Lamothe"
|
||||
maintainer: "jonathan@jlamothe.net"
|
||||
copyright: "(C) 2018-2021 Jonathan Lamothe"
|
||||
homepage: https://codeberg.org/jlamothe/passman
|
||||
bug-reports: https://codeberg.org/jlamothe/passman/issues
|
||||
|
||||
extra-source-files:
|
||||
- README.md
|
||||
@@ -17,7 +18,7 @@ category: Security
|
||||
# To avoid duplicated efforts in documentation and dealing with the
|
||||
# complications of embedding Haddock markup inside cabal files, it is
|
||||
# common to point users to the README.md file.
|
||||
description: Please see the README on GitHub at <https://github.com/jlamothe/passman#readme>
|
||||
description: a simple password manager - see README.md for details
|
||||
|
||||
dependencies:
|
||||
- base >= 4.7 && < 5
|
||||
|
||||
@@ -1,32 +1,28 @@
|
||||
cabal-version: 1.12
|
||||
cabal-version: 2.2
|
||||
|
||||
-- This file has been generated from package.yaml by hpack version 0.33.0.
|
||||
-- This file has been generated from package.yaml by hpack version 0.34.4.
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: e3bd0ca2b360b025666f4503e3115caaaed34c7719487d90ae4d5eb58f9621e9
|
||||
-- hash: 28f118d81a1b3ac7f27513c569620a2eab195e5abd718c66c5a9d5529ec0268a
|
||||
|
||||
name: passman
|
||||
version: 0.3.1
|
||||
synopsis: a simple password manager
|
||||
description: Please see the README on GitHub at <https://github.com/jlamothe/passman#readme>
|
||||
description: a simple password manager - see README.md for details
|
||||
category: Security
|
||||
homepage: https://github.com/jlamothe/passman#readme
|
||||
bug-reports: https://github.com/jlamothe/passman/issues
|
||||
homepage: https://codeberg.org/jlamothe/passman
|
||||
bug-reports: https://codeberg.org/jlamothe/passman/issues
|
||||
author: Jonathan Lamothe
|
||||
maintainer: jonathan@jlamothe.net
|
||||
copyright: (C) 2018-2021 Jonathan Lamothe
|
||||
license: LGPL-3
|
||||
license: LGPL-3.0-or-later
|
||||
license-file: LICENSE
|
||||
build-type: Simple
|
||||
extra-source-files:
|
||||
README.md
|
||||
ChangeLog.md
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://github.com/jlamothe/passman
|
||||
|
||||
library
|
||||
exposed-modules:
|
||||
Password
|
||||
@@ -45,7 +41,7 @@ library
|
||||
, containers >=0.6.2.1 && <0.7
|
||||
, microlens >=0.4.11.2 && <0.5
|
||||
, microlens-th >=0.4.3.6 && <0.5
|
||||
, random >=1.1 && <1.2
|
||||
, random ==1.1.*
|
||||
, text >=1.2.4.1 && <1.3
|
||||
default-language: Haskell2010
|
||||
|
||||
@@ -60,7 +56,7 @@ executable passman
|
||||
app
|
||||
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends:
|
||||
HCL >=1.8 && <1.9
|
||||
HCL ==1.8.*
|
||||
, aeson >=1.5.6.0 && <1.6
|
||||
, base >=4.7 && <5
|
||||
, bytestring >=0.10.12.0 && <0.11
|
||||
@@ -69,7 +65,7 @@ executable passman
|
||||
, microlens >=0.4.11.2 && <0.5
|
||||
, microlens-th >=0.4.3.6 && <0.5
|
||||
, passman
|
||||
, random >=1.1 && <1.2
|
||||
, random ==1.1.*
|
||||
, transformers >=0.5.6.2 && <0.6
|
||||
default-language: Haskell2010
|
||||
|
||||
@@ -104,5 +100,5 @@ test-suite passman-test
|
||||
, microlens >=0.4.11.2 && <0.5
|
||||
, microlens-th >=0.4.3.6 && <0.5
|
||||
, passman
|
||||
, random >=1.1 && <1.2
|
||||
, random ==1.1.*
|
||||
default-language: Haskell2010
|
||||
|
||||
Reference in New Issue
Block a user