开发者

could not import Text.Reges.Posix in a haskell script [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 9 years ago.

i have a strange problem, when I'm in ghci and type:

:module Text.Reges.Posix

the module will be loaded and i can use it, but when i write a script (and try to load or compile it) with

import Text.Reges.Posix
开发者_开发百科

i get the massage:

could not find module: Text.Reges.Posix

what can i do?


try Text.Regex.Posix -- you're spelling it wrong.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜