ref: c914f9616cfc478242462004ba5eb1af416e8d62
dir: /ghc/System/Console/SimpleReadline.hs/
module System.Console.SimpleReadline( getInputLine, getInputLineHist ) where getInputLine :: String -> IO (Maybe String) getInputLine _ = error "No getInputLine for ghc" getInputLineHist :: FilePath -> String -> IO (Maybe String) getInputLineHist _ _ = error "No getInputLineHist for ghc"