在我升级到 ghc 7.4 后,我不得不import System
从各种脚本中删除,但这使得它们与 GHC 6.0 中的 runhaskell 不兼容,后者仍在许多环境中使用。
有没有办法同时支持这两个版本?
我import System
在 ghc 7.4 中运行脚本时收到的消息:
% ./script.hs
Could not find module `System'
It is a member of the hidden package `haskell98-2.0.0.1'.
Use -v to see a list of the files searched for.