Dependencies for hashabler-2.0.0
Libraries
hashabler
- array (>=0.4)
- base (>=4.6 && <4.10)
- bytestring
- ghc-prim
- primitive
- template-haskell
- text (>=1.1.1.3)
- if impl(ghc<7.9)
- if flag(integer-gmp) && !impl(ghcjs)
- integer-gmp (>=0.2)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
dev | To build tests, executables and benchmarks do `configure -fdev --enable-tests` and run the built executables by hand (i.e. not with `cabal test` etc.; we put all our different executables in test-suite sections in order to hide their dependencies from hackage) | Disabled |
instrumented | Enables assertions in library code. When --enable-library-profiling and --enable-executable-profiling is turned on, you can get stacktraces as well | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
integer-gmp | Are we using integer-gmp to provide fast Integer instances? This is ignored when using ghcjs | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info