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: b1ed137763a0a64354ad70b60538676377db71146658d0ae2e967460c1247bb8

name:           blindpass
version:        0.0.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:
      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