cabal-version: 1.12
name: password-instances
version: 0.2.0.0
category: Data
synopsis: typeclass instances for password package
description: A library providing typeclass instances for common libraries for the types from the password package.
homepage: https://github.com/cdepillabout/password/password-instances#readme
bug-reports: https://github.com/cdepillabout/password/issues
author: Dennis Gosnell
maintainer: cdep.illabout@gmail.com
copyright: Copyright (c) 2019 Dennis Gosnell
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/cdepillabout/password
library
hs-source-dirs:
src
exposed-modules:
Data.Password.Instances
other-modules:
Paths_password_instances
build-depends:
base >=4.7 && <5
, aeson
, http-api-data
, password
, persistent
ghc-options:
-Wall
default-language:
Haskell2010
test-suite password-instances-doctest
type:
exitcode-stdio-1.0
hs-source-dirs:
test/doctest
main-is:
doctest.hs
ghc-options:
-threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, doctest
, QuickCheck
, quickcheck-instances
default-language:
Haskell2010
test-suite password-instances-tasty
type:
exitcode-stdio-1.0
hs-source-dirs:
test/tasty
main-is:
Spec.hs
ghc-options:
-threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, password-instances
default-language:
Haskell2010