atom-haskell / ide-haskell

Haskell IDE plugin for Atom editor

Home Page:https://atom.io/packages/ide-haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not finding System.Random

AndrewC19 opened this issue · comments

When using the IDE-Haskell, if I use an import such as import System.Random, I get an error:

Failed to load interface for `System.Random'
Use -v to see a list of the files searched for.

However, if load the module directly in ghci it works as expected.

Any ideas why?

So, any luck?

In the end no, reverting back to ghc 8.0.2 seemed to cause other issues. Just have to stack exec atom for now!

Okay. Just be aware that building with cabal will likely fail -- cabal will complain about GHC_PACKAGE_PATH.

Any advice on fixing this?

@dmotz, the most common reason for this is a missing package in the cabalfile build-depends.