Category: Web
Tested-With: GHC == 6.6.1
Cabal-Version: >= 1.2
+Build-Type: Custom
Data-Files:
defaultPages/Feed.xml
Description: Build the test suite.
Default: False
-Flag enable-profiling
- Description: Enable profiling of the executable
- Default: False
-
-Flag hardest-optimization
- Description: Make the executable as fast as possible
- Default: False
-
Executable rakka
Build-Depends:
FileManip, HTTP, HUnit, HsHyperEstraier, HsOpenSSL, HsSVN >=
Rakka.Wiki.Parser
Extensions:
Arrows, ExistentialQuantification, ScopedTypeVariables, DeriveDataTypeable, FlexibleInstances
- if flag(enable-profiling)
- GHC-Options:
- -Wall -O2 -fvia-C -prof -auto-all
- else
- if flag(hardest-optimization)
- GHC-Options:
- -Wall -O2 -fvia-C -funbox-strict-fields -threaded
- else
- GHC-Options:
- -Wall -threaded
+ GHC-Options:
+ -Wall -threaded
Executable RakkaUnitTest
if flag(build-test-suite)