Dependencies for dhall-1.42.0
Libraries
dhall
- aeson (>=1.0.0.0 && <2.2)
- aeson-pretty (<0.9)
- ansi-terminal (>=0.6.3.1 && <1.1)
- atomic-write (>=0.2.0.7 && <0.3)
- base (>=4.11.0.0 && <5)
- base16-bytestring (>=1.0.0.0)
- bytestring (<0.12)
- case-insensitive (<1.3)
- cborg (>=0.2.0.0 && <0.3)
- cborg-json (>=0.2.2.0 && <0.3)
- containers (>=0.5.8.0 && <0.7)
- contravariant (<1.6)
- data-fix (<0.4)
- deepseq (<1.5)
- Diff (>=0.2 && <0.5)
- directory (>=1.3.0.0 && <1.4)
- dotgen (>=0.4.2 && <0.5)
- either (>=5 && <5.1)
- exceptions (>=0.8.3 && <0.11)
- filepath (>=1.4 && <1.5)
- half (>=0.2.2.3 && <0.4)
- hashable (>=1.2 && <1.5)
- haskeline (>=0.7.2.1 && <0.9)
- indexed-traversable (<0.2)
- lens-family-core (>=1.0.0 && <2.2)
- megaparsec (>=8 && <10)
- mmorph (<1.3)
- mtl (>=2.2.1 && <2.4)
- network-uri (>=2.6 && <2.7)
- optparse-applicative (>=0.14.0.0 && <0.18)
- parser-combinators
- parsers (>=0.12.4 && <0.13)
- pretty-simple (<4.2)
- prettyprinter (>=1.7.0 && <1.8)
- prettyprinter-ansi-terminal (>=1.1.2 && <1.2)
- profunctors (>=3.1.2 && <5.7)
- repline (>=0.4.0.0 && <0.5)
- scientific (>=0.3.0.0 && <0.4)
- serialise (>=0.2.0.0 && <0.3)
- template-haskell (>=2.13.0.0 && <2.17)
- text (>=0.11.1.0 && <2.1)
- text-manipulate (>=0.2.0.1 && <0.4)
- text-short (>=0.1 && <0.2)
- th-lift-instances (>=0.1.13 && <0.2)
- time (>=1.9 && <1.13)
- transformers (>=0.5.2.0 && <0.7)
- unix-compat (>=0.4.2 && <0.7)
- unordered-containers (>=0.1.3.0 && <0.3)
- vector (>=0.11.0.0 && <0.14)
- if impl(ghcjs)else
- cryptohash-sha256
- if flag(with-http)
- http-client (>=0.5.0 && <0.8)
- http-types (>=0.7.0 && <0.13)
- if flag(use-http-client-tls)
- http-client-tls (>=0.2.0 && <0.4)
Executables
dhall
- aeson (>=1.0.0.0 && <2.2)
- aeson-pretty (<0.9)
- ansi-terminal (>=0.6.3.1 && <1.1)
- atomic-write (>=0.2.0.7 && <0.3)
- base (>=4.11.0.0 && <5)
- base16-bytestring (>=1.0.0.0)
- bytestring (<0.12)
- case-insensitive (<1.3)
- cborg (>=0.2.0.0 && <0.3)
- cborg-json (>=0.2.2.0 && <0.3)
- containers (>=0.5.8.0 && <0.7)
- contravariant (<1.6)
- data-fix (<0.4)
- deepseq (<1.5)
- dhall
- Diff (>=0.2 && <0.5)
- directory (>=1.3.0.0 && <1.4)
- dotgen (>=0.4.2 && <0.5)
- either (>=5 && <5.1)
- exceptions (>=0.8.3 && <0.11)
- filepath (>=1.4 && <1.5)
- half (>=0.2.2.3 && <0.4)
- hashable (>=1.2 && <1.5)
- haskeline (>=0.7.2.1 && <0.9)
- indexed-traversable (<0.2)
- lens-family-core (>=1.0.0 && <2.2)
- megaparsec (>=8 && <10)
- mmorph (<1.3)
- mtl (>=2.2.1 && <2.4)
- network-uri (>=2.6 && <2.7)
- optparse-applicative (>=0.14.0.0 && <0.18)
- parser-combinators
- parsers (>=0.12.4 && <0.13)
- pretty-simple (<4.2)
- prettyprinter (>=1.7.0 && <1.8)
- prettyprinter-ansi-terminal (>=1.1.2 && <1.2)
- profunctors (>=3.1.2 && <5.7)
- repline (>=0.4.0.0 && <0.5)
- scientific (>=0.3.0.0 && <0.4)
- serialise (>=0.2.0.0 && <0.3)
- template-haskell (>=2.13.0.0 && <2.17)
- text (>=0.11.1.0 && <2.1)
- text-manipulate (>=0.2.0.1 && <0.4)
- text-short (>=0.1 && <0.2)
- th-lift-instances (>=0.1.13 && <0.2)
- time (>=1.9 && <1.13)
- transformers (>=0.5.2.0 && <0.7)
- unix-compat (>=0.4.2 && <0.7)
- unordered-containers (>=0.1.3.0 && <0.3)
- vector (>=0.11.0.0 && <0.14)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
with-http | Include support for importing dhall modules from HTTP URLs | Enabled |
use-http-client-tls | Use http-client-tls for resolving HTTP imports by default (requires with-http to be enabled) | Enabled |
cross | Disable TemplateHaskell to make cross-compiling easier | Disabled |
network-tests | Enable tests which depend on an internet connection | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info