X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FhsSyn%2FHsPat.lhs-boot;fp=compiler%2FhsSyn%2FHsPat.lhs-boot;h=f5d250eb975ffc5fe589b7f99d085ad42c99a92b;hp=d5b685c1f11d2ab10e2904e4ae8bf6fc020af3a7;hb=f3399c446c7507d46d6cc550aa2fe7027dbc1b5b;hpb=206b4dec78250efef3cd927d64dc6cbc54a16c3d diff --git a/compiler/hsSyn/HsPat.lhs-boot b/compiler/hsSyn/HsPat.lhs-boot index d5b685c..f5d250e 100644 --- a/compiler/hsSyn/HsPat.lhs-boot +++ b/compiler/hsSyn/HsPat.lhs-boot @@ -1,6 +1,9 @@ \begin{code} module HsPat where -import SrcLoc( Located ) +import SrcLoc( Located, SrcSpan ) +import FastString ( FastString ) + +data HsQuasiQuote i = HsQuasiQuote i i SrcSpan FastString data Pat i type LPat i = Located (Pat i)