X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fparser%2FHaddockUtils.hs;h=bf22cd77c10b026ac6dee1c1ace8d41b010a3c9f;hp=e09f497e480dbd4b60054328f9cae2c2f18aa1ac;hb=9ba922ee06b048774d7a82964867ff768a78126e;hpb=63489d40bdee972656ff115ab2309b809c0e39fc diff --git a/compiler/parser/HaddockUtils.hs b/compiler/parser/HaddockUtils.hs index e09f497..bf22cd7 100644 --- a/compiler/parser/HaddockUtils.hs +++ b/compiler/parser/HaddockUtils.hs @@ -3,12 +3,8 @@ module HaddockUtils where import HsSyn import SrcLoc -import RdrName - -import FastString import Control.Monad -import Data.Char -- ----------------------------------------------------------------------------- -- Adding documentation to record fields (used in parsing).