Remove redundant import.

pull/107/head
Evan Rutledge Borden 2018-01-15 19:15:51 -05:00
parent 3b0b5d3c4f
commit 17eec7471c
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ where
import Language.Haskell.Brittany.Internal.Types import Language.Haskell.Brittany.Internal.Types
import Language.Haskell.Brittany.Internal.LayouterBasics import Language.Haskell.Brittany.Internal.LayouterBasics
import Data.Char (isAlpha)
import RdrName ( RdrName(..) ) import RdrName ( RdrName(..) )
import GHC ( Located, runGhc, GenLocated(L), moduleNameString ) import GHC ( Located, runGhc, GenLocated(L), moduleNameString )
import HsSyn import HsSyn