blindpass-0.1.0: blindpass.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: a4e624ee98db08de739f110fff8dcb7d28718a4683bfaac07380ea7634a98221
name: blindpass
version: 0.1.0
synopsis: Password entry tool
description: Please see the README on GitHub at <https://github.com/jlamothe/blindpass#readme>
category: Utilities
homepage: https://github.com/jlamothe/blindpass#readme
bug-reports: https://github.com/jlamothe/blindpass/issues
author: Jonathan Lamothe
maintainer: jonathan@jlamothe.net
copyright: Jonathan Lamothe
license: GPL-3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/jlamothe/blindpass
library
exposed-modules:
BlindPass
other-modules:
Paths_blindpass
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.7 && <5
default-language: Haskell2010
executable blindpass
main-is: Main.hs
other-modules:
Paths_blindpass
hs-source-dirs:
app
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, blindpass
default-language: Haskell2010
test-suite blindpass-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
BlindPass.CheckPasswordsSpec
BlindPassSpec
Paths_blindpass
hs-source-dirs:
test
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, blindpass
, hspec >=2.7.4 && <2.8
default-language: Haskell2010