Dependencies for clash-lib-1.7.0
Libraries
clash-lib
- aeson (>=0.6.2.0 && <2.3)
- aeson-pretty (>=0.8 && <0.9)
- ansi-terminal (>=0.8.0.0 && <1.1)
- array
- async (>=2.2.0 && <2.3)
- attoparsec (>=0.10.4.0 && <0.15)
- attoparsec-aeson (>=2.1 && <2.3)
- base (>=4.11 && <5)
- base16-bytestring (>=0.1.1 && <1.1)
- binary (>=0.8.5 && <0.11)
- bytestring (>=0.10.0.2 && <0.12)
- clash-prelude (==1.7.0)
- concurrent-supply (>=0.1.7 && <0.2)
- containers (>=0.5.0.0 && <0.7)
- cryptohash-sha256 (>=0.11 && <0.12)
- data-binary-ieee754 (>=0.4.4 && <0.6)
- data-default (>=0.7 && <0.8)
- deepseq (>=1.3.0.2 && <1.6)
- directory (>=1.2.0.1 && <1.4)
- dlist (>=0.8 && <1.1)
- exceptions (>=0.8.3 && <0.11.0)
- extra (>=1.6.17 && <1.8)
- filepath (>=1.3.0.1 && <1.5)
- ghc (>=8.6.0 && <9.9)
- ghc-boot-th
- hashable (>=1.2.1.0 && <1.5)
- haskell-src-meta (>=0.8 && <0.9)
- hint (>=0.7 && <0.10)
- infinite-list (>=0.1 && <0.2)
- lens (>=4.10 && <5.3)
- mtl (>=2.1.2 && <2.4)
- ordered-containers (>=0.2 && <0.3)
- pretty-show (>=1.9 && <2.0)
- prettyprinter (>=1.2.0.1 && <1.8)
- prettyprinter-interp (>=0.2 && <0.3)
- primitive (>=0.5.0.1 && <1.0)
- string-interpolate (>=0.3 && <0.4)
- template-haskell (>=2.8.0.0 && <2.22)
- temporary (>=1.2.1 && <1.4)
- terminal-size (>=0.3 && <0.4)
- text (>=1.2.2 && <2.1)
- time (>=1.4.0.1 && <1.14)
- transformers (>=0.5.2.0 && <0.7)
- trifecta (>=1.7.1.1 && <2.2)
- unordered-containers (>=0.2.3.3 && <0.3)
- vector (>=0.11 && <1.0)
- vector-binary-instances (>=0.2.3.5 && <0.3)
- yaml (>=0.11 && <0.12)
- if impl(ghc>=9.0.0)
- ghc-bignum (>=1.0 && <1.4)
- integer-gmp (>=1.0 && <1.1)
Executables
v16-upgrade-primitives
static-files
Flags
Manual Flags
Name | Description | Default |
---|---|---|
debug | Build a debug compiler | Disabled |
unittests | You can disable testing with unittests using `-f-unittests`. | Enabled |
doctests | You can disable testing with doctests using `-f-doctests`. | Enabled |
workaround-ghc-mmap-crash | Only use this flag when hit by GHC bug #19421. See clash-compiler PR #2444. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info