include DebugLocks build flag
This commit is contained in:
parent
e04a931439
commit
51432a6704
1 changed files with 4 additions and 1 deletions
|
@ -61,6 +61,9 @@ buildFlags = filter (not . null)
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_MAGICMIME
|
#ifdef WITH_MAGICMIME
|
||||||
, "MagicMime"
|
, "MagicMime"
|
||||||
|
#endif
|
||||||
|
#ifdef DEBUGLOCKS
|
||||||
|
, "DebugLocks"
|
||||||
#endif
|
#endif
|
||||||
-- Always enabled now, but users may be used to seeing these flags
|
-- Always enabled now, but users may be used to seeing these flags
|
||||||
-- listed.
|
-- listed.
|
||||||
|
@ -89,7 +92,7 @@ dependencyVersions = map fmt $ sortBy (comparing (CI.mk . fst))
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_WEBAPP
|
#ifdef WITH_WEBAPP
|
||||||
, ("yesod", VERSION_yesod)
|
, ("yesod", VERSION_yesod)
|
||||||
#endif
|
#endif
|
||||||
#ifdef TOOL_VERSION_ghc
|
#ifdef TOOL_VERSION_ghc
|
||||||
, ("ghc", TOOL_VERSION_ghc)
|
, ("ghc", TOOL_VERSION_ghc)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue