开发者

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

开发者 https://www.devze.com 2023-02-27 17:23 出处:网络
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 applic
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

精彩评论

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