X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FhsSyn%2FHsPat.lhs-boot;h=f5d250eb975ffc5fe589b7f99d085ad42c99a92b;hb=1e50fd4185479a62e02d987bdfcb1c62712859ca;hp=d5b685c1f11d2ab10e2904e4ae8bf6fc020af3a7;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git 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)