Dependencies for clash-prelude-1.2.4
Libraries
clash-prelude
- array (>=0.5.1.0 && <0.6)
- base (>=4.11 && <5)
- bifunctors (>=5.4.0 && <6.0)
- binary (>=0.8.5 && <0.11)
- bytestring (>=0.10.8 && <0.11)
- constraints (>=0.9 && <1.0)
- containers (>=0.4.0 && <0.7)
- data-binary-ieee754 (>=0.4.4 && <0.6)
- data-default-class (>=0.1.2 && <0.2)
- deepseq (>=1.4.1.0 && <1.5)
- ghc-prim (>=0.5.1.0 && <0.7)
- ghc-typelits-extra (>=0.3.3 && <0.5)
- ghc-typelits-knownnat (>=0.7.2 && <0.8)
- ghc-typelits-natnormalise (>=0.7.2 && <0.8)
- half (>=0.2.2.3 && <1.0)
- hashable (>=1.2.1.0 && <1.4)
- integer-gmp (>=0.5.1.0 && <1.1)
- interpolate (>=0.2 && <0.3)
- lens (>=4.10 && <4.20)
- QuickCheck (>=2.7 && <2.15)
- recursion-schemes (>=5.1 && <5.3)
- reflection (>=2 && <2.2)
- singletons (>=1.0 && <3.0)
- template-haskell (>=2.12.0.0 && <2.17)
- text (>=0.11.3.1 && <1.3)
- text-show (>=3.8 && <3.9)
- th-abstraction (>=0.2.10 && <0.4.0)
- th-lift (>=0.7.0 && <0.9)
- th-orphans (>=0.13.1 && <1.0)
- time (>=1.8 && <1.11)
- transformers (>=0.5.2.0 && <0.6)
- type-errors (>=0.2.0.0 && <0.3)
- uniplate (>=1.6.12 && <1.7)
- vector (>=0.11 && <1.0)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
large-tuples | Generate instances for classes such as | Enabled |
super-strict | Use | Disabled |
strict-mapsignal | Use | Disabled |
multiple-hidden | Allow multiple hidden clocks, resets, and enables to be used. This is an experimental feature, possibly triggering confusing error messages. By default, it is enabled on development versions of Clash and disabled on releases. | Disabled |
doctests | You can disable testing with doctests using `-f-doctests`. | Enabled |
unittests | You can disable testing with unittests using `-f-unittests`. | Enabled |
benchmarks | You can disable testing with benchmarks using `-f-benchmarks`. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info