summaryrefslogtreecommitdiff
path: root/compiler/main/DynFlags.hs-boot
diff options
context:
space:
mode:
authorJan Stolarek <jan.stolarek@p.lodz.pl>2013-01-16 14:21:07 +0100
committerDavid Terei <davidterei@gmail.com>2013-01-28 16:09:00 -0800
commita7f9930a24a91cfb5e2579867e5a0b1d83b5a947 (patch)
treeceb591a7c38b6b1de8719e204b9343b3e819b714 /compiler/main/DynFlags.hs-boot
parent24644bb756950b486f988e0b2d5d55b79d8e1490 (diff)
downloadhaskell-a7f9930a24a91cfb5e2579867e5a0b1d83b5a947.tar.gz
StaticFlags code cleanup (fixes #7595)
Function responsible for parsing the static flags, that were spread across two modules (StaticFlags and StaticFlagParser), are now in one file. This is analogous to dynamic flags parsing, which is also contained within a single module. Signed-off-by: David Terei <davidterei@gmail.com>
Diffstat (limited to 'compiler/main/DynFlags.hs-boot')
-rw-r--r--compiler/main/DynFlags.hs-boot8
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler/main/DynFlags.hs-boot b/compiler/main/DynFlags.hs-boot
index 9f22439661..da54e49e66 100644
--- a/compiler/main/DynFlags.hs-boot
+++ b/compiler/main/DynFlags.hs-boot
@@ -5,7 +5,7 @@ import Platform
data DynFlags
-targetPlatform :: DynFlags -> Platform
-pprUserLength :: DynFlags -> Int
-pprCols :: DynFlags -> Int
-
+targetPlatform :: DynFlags -> Platform
+pprUserLength :: DynFlags -> Int
+pprCols :: DynFlags -> Int
+unsafeGlobalDynFlags :: DynFlags