summaryrefslogtreecommitdiff
path: root/compiler/main/DynFlags.hs-boot
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-06-18 21:02:31 +0100
committerIan Lynagh <igloo@earth.li>2012-06-18 21:17:04 +0100
commite6e3a960b23efa683bc04203d794e867a6c1bb27 (patch)
tree8b946a32bc879b2bf2cee6a8a21697c5ced2d5bd /compiler/main/DynFlags.hs-boot
parent42de5409e939b5a2bd9432875f85eb4091832fd8 (diff)
downloadhaskell-e6e3a960b23efa683bc04203d794e867a6c1bb27.tar.gz
Make -dppr-cols 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 12489a6e07..9f14d41600 100644
--- a/compiler/main/DynFlags.hs-boot
+++ b/compiler/main/DynFlags.hs-boot
@@ -9,4 +9,5 @@ tracingDynFlags :: DynFlags
targetPlatform :: DynFlags -> Platform
pprUserLength :: DynFlags -> Int
+pprCols :: DynFlags -> Int