Commit 15405445 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Removing some FTP exports from IH prelude

parent 6d3f28ae
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment