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