Dependencies for unagi-bloomfilter-0.1.1.2
Libraries
unagi-bloomfilter
- atomic-primops (>=0.8)
- base (>=4.7 && <5)
- bytestring
- hashabler (>=1.3.0)
- primitive
Executables
dev-example
- if !flag(dev)
- buildable: False
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 |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info