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