Fix typo in quasi-quote documentation's sample.
authorshelarcy <shelarcy@gmail.com>
Sat, 29 Nov 2008 02:43:44 +0000 (02:43 +0000)
committershelarcy <shelarcy@gmail.com>
Sat, 29 Nov 2008 02:43:44 +0000 (02:43 +0000)
docs/users_guide/glasgow_exts.xml

index 9da3253..ec08210 100644 (file)
@@ -5994,7 +5994,7 @@ main = do { print $ eval [$expr|1 + 2|]
 module Expr where
 
 import qualified Language.Haskell.TH as TH
-import Language.Haskell.TH.Quasi
+import Language.Haskell.TH.Quote
 
 data Expr  =  IntExpr Integer
            |  AntiIntExpr String