Skip to content
Snippets Groups Projects
Commit 8dac8e40 authored by Duncan Coutts's avatar Duncan Coutts
Browse files

Fix haddock markup

Thanks to int-e for reporting
parent 21437c67
No related branches found
No related tags found
No related merge requests found
......@@ -90,8 +90,8 @@ data LocalBuildInfo = LocalBuildInfo {
localPkgDescr :: PackageDescription,
-- ^ The resolved package description, that does not contain
-- any conditionals.
withPrograms :: ProgramConfiguration, -- location and args for all programs
withPackageDB :: PackageDB, -- ^What package database to use, global/user
withPrograms :: ProgramConfiguration, -- ^Location and args for all programs
withPackageDB :: PackageDB, -- ^What package database to use, global\/user
withVanillaLib:: Bool, -- ^Whether to build normal libs.
withProfLib :: Bool, -- ^Whether to build profiling versions of libs.
withSharedLib :: Bool, -- ^Whether to build shared versions of libs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment