You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
When I open Atom HIE is throwing the following error:
Fail on initialisation for "/home/neo/Projects/haskell-editor-setup/src/setup.hs".
Could not obtain flags for: "src/setup.hs".
This module was not part of any component we are aware of.
Component: ChExeName "haskell-editor-setup" with source directory: ["src"]
To expose a module, refer to:
https://www.haskell.org/cabal/users-guide/developing-packages.html
The error happens regardless whether I place the script file in project root or under src.
The text was updated successfully, but these errors were encountered:
Example script file here: https://www.haskell.org/cabal/users-guide/nix-local-build.html#cabal-v2-run
And here: haskell/cabal#6122 (comment)
When I open Atom HIE is throwing the following error:
The error happens regardless whether I place the script file in project root or under
src
.The text was updated successfully, but these errors were encountered: