summaryrefslogtreecommitdiff
path: root/compiler/main/DynFlags.hs-boot
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-06-14 16:20:06 +0100
committerIan Lynagh <igloo@earth.li>2012-06-14 16:20:06 +0100
commit46c184e101092c53e9675bcfcb90cf06e513368d (patch)
tree0693a2cd2ee06773587e743f46c2fac51c52b42a /compiler/main/DynFlags.hs-boot
parent0f3d8ab9f8c174f9aba5764a6b1edaf2c873b8c6 (diff)
downloadhaskell-46c184e101092c53e9675bcfcb90cf06e513368d.tar.gz
Change -dppr-user-length from a static to a dynamic flag
Diffstat (limited to 'compiler/main/DynFlags.hs-boot')
-rw-r--r--compiler/main/DynFlags.hs-boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/main/DynFlags.hs-boot b/compiler/main/DynFlags.hs-boot
index 906e522479..12489a6e07 100644
--- a/compiler/main/DynFlags.hs-boot
+++ b/compiler/main/DynFlags.hs-boot
@@ -8,4 +8,5 @@ data DynFlags
tracingDynFlags :: DynFlags
targetPlatform :: DynFlags -> Platform
+pprUserLength :: DynFlags -> Int