name: gen-passwd version: 1.0.0.0 cabal-version: >=1.10 build-type: Simple license: BSD3 license-file: LICENSE copyright: BSD3 maintainer: anfelor@posteo.de homepage: https://github.com/anfelor/gen-passwd#readme synopsis: Create wordlist-based passwords easily category: Web author: Anton Felix Lorenzen extra-source-files: README.md 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