setEnv远离环境舞蹈

时间:2014-11-15 16:12:53

标签: haskell

当我尝试从System.Environment包中调用setEnv函数时,我得到了“不在范围setEnv”。这意味着,没有此名称的功能。但是,hoogle告诉了一些不同的东西......对于愚蠢的头衔,STO阻止了每一个意味着“消失”的词。

编辑:很好,我试图通过System.Posix.Env来解决这个问题但是猜猜是什么?一个错误。

GHCi runtime linker: fatal error: I found a duplicate definition for symbol
   fps_reverse
whilst processing object file
   /home/sephiroth/.cabal/lib/bytestring-0.10.4.0/ghc-7.6.3/libHSbytestring-0.10.4.0.a
This could be caused by:
   * Loading two different object files which export the same symbol
   * Specifying the same object file twice on the GHCi command line
   * An incorrect `package.conf' entry, causing some object to be
     loaded twice.
GHCi cannot safely continue in this situation.  Exiting now.  Sorry.

我没有想法,......有没有其他方法无需重新安装GHC?

0 个答案:

没有答案