Removing some FTP exports from IH prelude

This commit is contained in:
Andrew Gibiansky 2015-05-25 23:44:22 +02:00
parent 6d3f28ae42
commit 154054456d

View File

@ -78,7 +78,7 @@ import GHC.Enum as X
import GHC.Num as X
import GHC.Real as X
#if MIN_VERSION_ghc(7,10,0)
import GHC.Base as X hiding (Any, mapM, foldr, sequence)
import GHC.Base as X hiding (Any, mapM, foldr, sequence, many, (<|>))
#else
import GHC.Base as X hiding (Any)
#endif