Checking TH to see if "-fno-code" can be used.

This commit is contained in:
Kazu Yamamoto
2013-03-01 21:17:52 +09:00
parent d01cfac221
commit 9a6c960d53
7 changed files with 72 additions and 50 deletions

View File

@@ -61,3 +61,9 @@ quote x = "\"" ++ x ++ "\""
addNewLine :: String -> String
addNewLine = (++ "\n")
type GHCOption = String
type IncludeDir = FilePath
type Package = String
type LangExt = String
type HeaderExt = String