Removing superfluous comment about joinLines

This commit is contained in:
Stian Håklev 2015-03-03 14:39:09 -05:00
parent ba0916cfa5
commit d9217a1603

View File

@ -14,8 +14,7 @@ module IHaskell.Eval.Parser (
PragmaType(..),
) where
-- Hide 'unlines' to use our own 'joinLines' instead.
import ClassyPrelude hiding (head, liftIO, unlines, maximumBy)
import ClassyPrelude hiding (head, liftIO, maximumBy)
import Data.List (maximumBy, inits)
import Data.String.Utils (startswith, strip, split)