Cabal revisions of zxcvbn-dvorak-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.2-----------------------------------------------------------------------------------name: zxcvbn-dvorak-version: 0.1.0.0-synopsis: Password strength estimation based on zxcvbn.-description: Please see the README below.-license: MIT-license-file: LICENSE-author: Peter Jones <pjones@devalot.com>-maintainer: Peter Jones <pjones@devalot.com>-copyright: Copyright (c) 2019 Peter Jones-homepage: https://code.devalot.com/sthenauth/zxcvbn-dvorak-bug-reports: https://github.com/sthenauth/zxcvbn-dvorak/issues-category: System-----------------------------------------------------------------------------------extra-source-files:- CHANGELOG.md- README.md-----------------------------------------------------------------------------------source-repository head- type: git- location: https://code.devalot.com/sthenauth/zxcvbn-dvorak.git-----------------------------------------------------------------------------------common options- default-language: Haskell2010- ghc-options: -Wall- -Werror=incomplete-record-updates- -Werror=incomplete-uni-patterns- -Werror=missing-home-modules- -Widentities- -Wmissing-export-lists- -Wredundant-constraints-----------------------------------------------------------------------------------common dependencies- build-depends: base >= 4.9 && < 5.0- , base64-bytestring >= 1.0 && < 1.1- , binary >= 0.8 && < 0.11- , binary-instances >= 0.1 && < 1.0- , containers >= 0.6 && < 0.7- , lens >= 4.17 && < 4.18- , text >= 1.2 && < 1.3- , unordered-containers >= 0.2 && < 0.3- , zlib >= 0.6 && < 0.7- , zxcvbn-hs >= 0.2 && < 1.0-----------------------------------------------------------------------------------library- import: options, dependencies- hs-source-dirs: src- exposed-modules: Text.Password.Strength.Config.Dvorak- other-modules: Text.Password.Strength.Config.Dvorak.Generated+cabal-version: 2.2 + +-------------------------------------------------------------------------------- +name: zxcvbn-dvorak +version: 0.1.0.0 +x-revision: 1 +synopsis: Password strength estimation based on zxcvbn. +description: Please see the README below. +license: MIT +license-file: LICENSE +author: Peter Jones <pjones@devalot.com> +maintainer: Peter Jones <pjones@devalot.com> +copyright: Copyright (c) 2019 Peter Jones +homepage: https://code.devalot.com/sthenauth/zxcvbn-dvorak +bug-reports: https://github.com/sthenauth/zxcvbn-dvorak/issues +category: System + +-------------------------------------------------------------------------------- +extra-source-files: + CHANGELOG.md + README.md + +-------------------------------------------------------------------------------- +source-repository head + type: git + location: https://code.devalot.com/sthenauth/zxcvbn-dvorak.git + +-------------------------------------------------------------------------------- +common options + default-language: Haskell2010 + ghc-options: -Wall + -Werror=incomplete-record-updates + -Werror=incomplete-uni-patterns + -Werror=missing-home-modules + -Widentities + -Wmissing-export-lists + -Wredundant-constraints + +-------------------------------------------------------------------------------- +common dependencies + build-depends: base >= 4.9 && < 5.0 + , base64-bytestring >= 1.0 && < 1.1 + , binary >= 0.8 && < 0.11 + , binary-instances >= 0.1 && < 1.0 + , containers >= 0.6 && < 0.7 + , lens >= 4.17 && < 4.19 + , text >= 1.2 && < 1.3 + , unordered-containers >= 0.2 && < 0.3 + , zlib >= 0.6 && < 0.7 + , zxcvbn-hs >= 0.2 && < 1.0 + +-------------------------------------------------------------------------------- +library + import: options, dependencies + hs-source-dirs: src + exposed-modules: Text.Password.Strength.Config.Dvorak + other-modules: Text.Password.Strength.Config.Dvorak.Generated