summaryrefslogtreecommitdiff
path: root/compiler/main/DynFlags.hs-boot
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-06-06 15:00:52 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2014-06-06 16:03:29 +0200
commit819e1f2c2e10268fe3edc8395f2707b93c9c6f4d (patch)
tree99ad8bc376a9c477b5d3629a229aa0bde9b97832 /compiler/main/DynFlags.hs-boot
parent1178fa4ada1ac054976f3abb2e303ad42653e303 (diff)
downloadhaskell-819e1f2c2e10268fe3edc8395f2707b93c9c6f4d.tar.gz
Use UnicodeSyntax when printing
When printing Haskell source, and UnicodeSyntax is enabled, use the unicode sytax characters (#8959).
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 04ec5a4e7d..f3f472a31a 100644
--- a/compiler/main/DynFlags.hs-boot
+++ b/compiler/main/DynFlags.hs-boot
@@ -10,3 +10,4 @@ pprUserLength :: DynFlags -> Int
pprCols :: DynFlags -> Int
unsafeGlobalDynFlags :: DynFlags
useUnicodeQuotes :: DynFlags -> Bool
+useUnicodeSyntax :: DynFlags -> Bool