-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhaveibeenpwned.cabal
52 lines (46 loc) · 1.56 KB
/
haveibeenpwned.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
cabal-version: 2.2
name: haveibeenpwned
version: 0.2.0.3
synopsis: Library for checking for weak/compromised passwords.
description:
This library uses the haveibeenpwned database to check for weak or compromised passwords.
bug-reports: https://github.com/obsidiansystems/haveibeenpwned/issues
license: BSD-3-Clause
license-file: LICENSE
author: Obsidian Systems LLC
maintainer: [email protected]
copyright: 2019 Obsidian Systems LLC
category: Web
extra-source-files: CHANGELOG.md
README.md
tested-with: GHC ==8.6.5 || ==8.8.4 || ==9.8.1 || ==9.10.1 || ==9.12.1
library
exposed-modules: HaveIBeenPwned
build-depends:
, base >=4.11.0 && <4.22
, bytestring >=0.10 && <0.13
, cryptonite >=0.24 && <0.31
, data-default >=0.7.1 && <0.9
, http-client >=0.5.13.1 && <0.8
, http-types ^>=0.12.1
, monad-logger ^>=0.3.29
, mtl >=2.2.2 && <2.4
, safe ^>=0.3.17
, text >=1.2 && <2.2
ghc-options: -Wall
hs-source-dirs: src
default-language: Haskell2010
executable readme
build-depends:
, base
, haveibeenpwned
, http-client
, http-client-tls ^>=0.3.5
, monad-logger
, text
default-language: Haskell2010
main-is: README.lhs
ghc-options: -Wall -optL -q
source-repository head
type: git
location: https://github.com/obsidiansystems/haveibeenpwned