gen-passwd-1.1.0.0: gen-passwd.cabal
name: gen-passwd
version: 1.1.0.0
cabal-version: >=1.10
build-type: Simple
license: BSD3
license-file: LICENSE
maintainer: Anton Felix Lorenzen <anfelor@posteo.de>
homepage: https://github.com/anfelor/gen-passwd#readme
bug-reports: https://github.com/anfelor/gen-passwd/issues
synopsis: Create wordlist-based passwords easily
description:
See README at <https://github.com/anfelor/gen-passwd#readme>
category: CLI
author: Anton Felix Lorenzen
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/anfelor/gen-passwd
executable gen-passwd
main-is: Main.hs
build-depends:
base >=4.7 && <5,
vector >=0.11.0.0 && <0.12,
random ==1.1.*,
bytestring >=0.10.8.1 && <0.11,
optparse-applicative >=0.13.2.0 && <0.14
default-language: Haskell2010
hs-source-dirs: src
other-modules:
Wordlists