当我尝试用import IO或编译一个简单的源文件时import Random,构建失败并显示如下错误消息:
import IO
import Random
Could not find module 'IO' It is a member of the hidden package 'haskell98-2.0.0.1' Use -v to see a list of the files searched for
import hidden haskell
haskell ×1
hidden ×1
import ×1