X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Futils%2FFiniteMap.lhs;fp=ghc%2Fcompiler%2Futils%2FFiniteMap.lhs;h=37243a43af5bdb0f747563f9df801cb23d095927;hb=242855ee68645fed6f16e15b7d8bd28189538e15;hp=27fda941c41bd0d131f5156fa5895cee1c264162;hpb=8e74cdbbe4b82ea16e09c57c2f3d46aa1bde726f;p=ghc-hetmet.git diff --git a/ghc/compiler/utils/FiniteMap.lhs b/ghc/compiler/utils/FiniteMap.lhs index 27fda94..37243a4 100644 --- a/ghc/compiler/utils/FiniteMap.lhs +++ b/ghc/compiler/utils/FiniteMap.lhs @@ -78,8 +78,7 @@ import FastString #endif import Maybes import Bag ( Bag, foldrBag ) -import Outputable ( Outputable(..) ) -import PprStyle ( PprStyle ) +import Outputable ( PprStyle, Outputable(..) ) import Pretty ( Doc ) #ifdef COMPILING_GHC