Dependencies for password-3.1.0.1
Libraries
password
- base (>=4.9 && <5)
- base64 (>=0.3 && <1.1)
- bytestring (>=0.9 && <0.13)
- memory (<1)
- password-types (<2)
- template-haskell
- text (>=1.2.2 && <3)
- if flag(cryptonite)
- cryptonite (>=0.15.1 && <0.31)
- crypton (>=0.31 && <1.1)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
argon2 | Compile with Argon2 support? | Enabled |
bcrypt | Compile with bcrypt support? | Enabled |
crypton | Use the [crypton] library as the cryptographic backend. (Does nothing since version 3.1.0.0; might be removed in a future major version) | Disabled |
cryptonite | Use the [cryptonite] library as the cryptographic backend. | Disabled |
pbkdf2 | Compile with PBKDF2 support? | Enabled |
scrypt | Compile with scrypt support? | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info