Commit 3ba9a71c authored by Andrew Gibiansky's avatar Andrew Gibiansky

Fixing IHaskellPrelude for GHC 7.6

parent f7296881
{-# LANGUAGE CPP #-}
module IHaskellPrelude ( module IHaskellPrelude (
module IHaskellPrelude, module IHaskellPrelude,
module X, module X,
-- Select reexports -- Select reexports
Data.Typeable.Proxy,
Data.Typeable.Typeable, Data.Typeable.Typeable,
Data.Typeable.cast, Data.Typeable.cast,
#if MIN_VERSION_ghc(7,8,0)
Data.Typeable.Proxy,
GHC.Exts.IsString, GHC.Exts.IsString,
GHC.Exts.IsList, GHC.Exts.IsList,
#endif
System.IO.hPutStrLn, System.IO.hPutStrLn,
System.IO.hPutStr, System.IO.hPutStr,
......
{-# LANGUAGE NoImplicitPrelude, CPP, OverloadedStrings, ScopedTypeVariables, QuasiQuotes #-} {-# LANGUAGE CPP, ScopedTypeVariables, QuasiQuotes #-}
-- | Description : Argument parsing and basic messaging loop, using Haskell -- | Description : Argument parsing and basic messaging loop, using Haskell
-- Chans to communicate with the ZeroMQ sockets. -- Chans to communicate with the ZeroMQ sockets.
......
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