Cabal revisions of passman-core-0.2.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: passman-core-version: 0.2.0.0-synopsis: Deterministic password generator core-description:- Generates unique passwords deterministically from a single master password.- A hash of the master password is stored on disk to prevent accidentally- generating a password from a mistyped master password.- .- This is the core of passman.-homepage: https://github.com/PasswordManager/passman-core#readme-bug-reports: https://github.com/PasswordManager/passman-core/issues-license: GPL-3-license-file: LICENSE-author: Matthew Harm Bekkema-maintainer: mbekkema97@gmail.com-copyright: 2017 Matthew Harm Bekkema-category: Password-build-type: Simple-extra-source-files: README.md- , ChangeLog.md-cabal-version: >=2.0-tested-with: GHC >= 8.0.1 && <= 8.2.2--library- hs-source-dirs: src- exposed-modules: Passman.Core.Hash- Passman.Core.Mode- Passman.Core.Config- Passman.Core.Config.Lens- Passman.Core.Info- Passman.Core.Entry- Passman.Core.Entry.Lens- Passman.Core.Version- other-modules: Paths_passman_core- autogen-modules: Paths_passman_core- ghc-options: -Wall- build-depends: passman-core-internal- , base >= 4.9 && < 4.11- , aeson >= 0.7 && < 1.3- , bcrypt ^>= 0.0.10- , bytestring ^>= 0.10.8.1- , conduit ^>= 1.2.11- , conduit-extra >= 1.1.5 && < 1.3- , containers ^>= 0.5.7.1- , cryptohash-md5 ^>= 0.11.100.1- , csv-conduit ^>= 0.6.7- , data-ordlist ^>= 0.4.7.0- , directory >= 1.2.3 && < 1.4- , filepath ^>= 1.4.1.0- , int-cast ^>= 0.1.2.0- , memory ^>= 0.14.6- , resourcet ^>= 1.1.9- , text ^>= 1.2.2.2- , unix-compat >= 0.4.3.1 && < 0.6- , yaml ^>= 0.8.23.3- default-language: Haskell2010- other-extensions: GeneralizedNewtypeDeriving- OverloadedStrings- TemplateHaskell- PatternSynonyms--library passman-core-internal- hs-source-dirs: internal- exposed-modules: Passman.Core.Internal.Util- ghc-options: -Wall- build-depends: base- , bytestring- , int-cast- default-language: Haskell2010--test-suite precomputed- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: precomputed.hs- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N- build-depends: base- , passman-core- , conduit- , text- , yaml- default-language: Haskell2010- other-extensions: OverloadedStrings--test-suite properties- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: properties.hs- other-modules: PropertiesTH- ghc-options: -Wall -Wno-orphans -threaded -rtsopts -with-rtsopts=-N- build-depends: base- , passman-core- , passman-core-internal- , conduit- , filepath- , text-- , async ^>= 2.1.0- , QuickCheck ^>= 2.9.2- , quickcheck-unicode ^>= 1.0.1.0- , template-haskell >= 2.11 && < 2.13- , temporary ^>= 1.2.0.3- default-language: Haskell2010- other-extensions: TemplateHaskell- TemplateHaskellQuotes- TupleSections--source-repository head- type: git- location: https://github.com/PasswordManager/passman-core+name: passman-core +version: 0.2.0.0 +x-revision: 1 +synopsis: Deterministic password generator core +description: + Generates unique passwords deterministically from a single master password. + A hash of the master password is stored on disk to prevent accidentally + generating a password from a mistyped master password. + . + This is the core of passman. +homepage: https://github.com/PasswordManager/passman-core#readme +bug-reports: https://github.com/PasswordManager/passman-core/issues +license: GPL-3 +license-file: LICENSE +author: Matthew Harm Bekkema +maintainer: mbekkema97@gmail.com +copyright: 2017 Matthew Harm Bekkema +category: Password +build-type: Simple +extra-source-files: README.md + , ChangeLog.md +cabal-version: 2.0 +tested-with: GHC == 8.0.2 + , GHC == 8.2.2 + , GHC == 8.4.3 + +library + hs-source-dirs: src + exposed-modules: Passman.Core.Hash + Passman.Core.Mode + Passman.Core.Config + Passman.Core.Config.Lens + Passman.Core.Info + Passman.Core.Entry + Passman.Core.Entry.Lens + Passman.Core.Version + other-modules: Paths_passman_core + autogen-modules: Paths_passman_core + ghc-options: -Wall + build-depends: passman-core-internal + , base >= 4.9 && < 4.12 + , aeson >= 0.7 && < 1.5 + , bcrypt ^>= 0.0.10 + , bytestring ^>= 0.10.8.1 + , conduit ^>= 1.2.11 + , conduit-extra >= 1.1.5 && < 1.3 + , containers >= 0.5.7.1 && < 0.7 + , cryptohash-md5 ^>= 0.11.100.1 + , csv-conduit >= 0.6.7 && < 0.8 + , data-ordlist ^>= 0.4.7.0 + , directory >= 1.2.3 && < 1.4 + , filepath ^>= 1.4.1.0 + , int-cast >= 0.1.2.0 && < 0.3 + , memory ^>= 0.14.6 + , resourcet ^>= 1.1.9 + , text ^>= 1.2.2.2 + , unix-compat >= 0.4.3.1 && < 0.6 + , yaml >= 0.8.23.3 && < 0.10 + default-language: Haskell2010 + other-extensions: GeneralizedNewtypeDeriving + OverloadedStrings + TemplateHaskell + PatternSynonyms + +library passman-core-internal + hs-source-dirs: internal + exposed-modules: Passman.Core.Internal.Util + ghc-options: -Wall + build-depends: base + , bytestring + , int-cast + default-language: Haskell2010 + +test-suite precomputed + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: precomputed.hs + ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N + build-depends: base + , passman-core + , conduit + , text + , yaml + default-language: Haskell2010 + other-extensions: OverloadedStrings + +test-suite properties + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: properties.hs + other-modules: PropertiesTH + ghc-options: -Wall -Wno-orphans -threaded -rtsopts -with-rtsopts=-N + build-depends: base + , passman-core + , passman-core-internal + , conduit + , filepath + , text + + , async >= 2.1.0 && < 2.3 + , QuickCheck ^>= 2.9.2 + , quickcheck-unicode ^>= 1.0.1.0 + , template-haskell >= 2.11 && < 2.14 + , temporary >= 1.2.0.3 && < 1.4 + default-language: Haskell2010 + other-extensions: TemplateHaskell + TemplateHaskellQuotes + TupleSections + +source-repository head + type: git + location: https://github.com/PasswordManager/passman-core
revision 2
name: passman-core version: 0.2.0.0 -x-revision: 1 +x-revision: 2 synopsis: Deterministic password generator core description: Generates unique passwords deterministically from a single master password. tested-with: GHC == 8.0.2 , GHC == 8.2.2 , GHC == 8.4.3 + , GHC == 8.6.1 library hs-source-dirs: src autogen-modules: Paths_passman_core ghc-options: -Wall build-depends: passman-core-internal - , base >= 4.9 && < 4.12 + , base >= 4.9 && < 4.13 , aeson >= 0.7 && < 1.5 , bcrypt ^>= 0.0.10 , bytestring ^>= 0.10.8.1 , resourcet ^>= 1.1.9 , text ^>= 1.2.2.2 , unix-compat >= 0.4.3.1 && < 0.6 - , yaml >= 0.8.23.3 && < 0.10 + , yaml >= 0.8.23.3 && < 0.11 default-language: Haskell2010 other-extensions: GeneralizedNewtypeDeriving OverloadedStrings , async >= 2.1.0 && < 2.3 , QuickCheck ^>= 2.9.2 , quickcheck-unicode ^>= 1.0.1.0 - , template-haskell >= 2.11 && < 2.14 + , template-haskell >= 2.11 && < 2.15 , temporary >= 1.2.0.3 && < 1.4 default-language: Haskell2010 other-extensions: TemplateHaskell source-repository head type: git - location: https://github.com/PasswordManager/passman-core + location: https://github.com/PasswordManager/passman-core