Dependencies for ADPfusion-0.6.0.0
Libraries
ADPfusion
- base (>=4.7 && <5.0)
- bits (>=0.4)
- containers
- deepseq
- DPutils (>=0.1.0 && <0.1.1)
- ghc-prim
- mmorph (>=1.0)
- mtl (>=2.0)
- OrderedBits (>=0.0.2 && <0.0.3)
- primitive (>=0.5.4)
- PrimitiveArray (>=0.10.0 && <0.10.1)
- QuickCheck (>=2.7)
- singletons (>=2.4)
- strict (>=0.3)
- template-haskell (>=2.0)
- th-orphans (>=0.12)
- transformers (>=0.3)
- tuple (>=0.3)
- vector (>=0.11)
- if flag(dump-core)
Executables
NeedlemanWunsch
- if flag(examples)else
- buildable: False
- if flag(dump-core)
SmithWaterman
- if flag(examples)else
- buildable: False
- if flag(dump-core)
spectest
- if flag(spectest)else
- buildable: False
Flags
Manual Flags
Name | Description | Default |
---|---|---|
debug | Enable bounds checking and various other debug operations at the cost of a significant performance penalty. | Disabled |
debugoutput | Enable debug output, which spams the screen full of index information | Disabled |
debugdump | Enable dumping intermediate / core files | Disabled |
dump-core | Dump HTML for the core generated by GHC during compilation | Disabled |
examples | build the examples | Disabled |
spectest | build the spec-ctor test case | Disabled |
devel | build additional tests | Disabled |
btstruc | performance test for backtracking structures | Disabled |
llvm | use llvm | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info