summaryrefslogtreecommitdiff
path: root/Data/String/Quote.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Data/String/Quote.hs')
-rw-r--r--Data/String/Quote.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Data/String/Quote.hs b/Data/String/Quote.hs
index 7efe692..75881a5 100644
--- a/Data/String/Quote.hs
+++ b/Data/String/Quote.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE TemplateHaskell #-}
+{-# LANGUAGE TemplateHaskellQuotes #-}
-- | QuasiQuoter for non-interpolated strings, texts and bytestrings.
--