【发布时间】:2016-09-25 06:14:31
【问题描述】:
首先,我创建了一个新工作区:
stack new xxxx
stack init
stack build
然后
cd xxx\app
stack ghci
import Data.Map
我可以导入其他模块,如Data.Char 和Data.List,但我不能导入Data.Map。 GHCI 告诉我:
Could not find module 'Data.Map'
It is a member of the hidden package 'containers-0.5.7.1@containers-0.5.7.1'.`
【问题讨论】:
标签: haskell import module haskell-stack