Dependencies for emgm-0.3
Libraries
emgm
- base (>=3.0 && <4.0)
- template-haskell (>=2.2 && <2.4)
- if flag(nolib)
- buildable: False
Executables
test
- base (>=3.0 && <4.0)
- template-haskell (>=2.2 && <2.4)
- if flag(test)
- HUnit (>=1.2 && <1.3)
- QuickCheck (>=2.1 && <2.2)
- buildable: False
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| test | Enable the test configuration: Build the test executable, reduce build time. | Disabled |
| hpc | Enable program coverage on test executable. | Disabled |
| nolib | Don't build the library. This is useful for speeding up the modify-build-test loop. With "-ftest" (only), the build command will build both the library and the test executable. With "-ftest -fnolib", the build command builds only the test executable. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info