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
Hi, I've come across a issue where haskell-process-cabal-build won't work, it shows
No cabal.project file or cabal file matching the default glob './*.cabal' was found.
Please create a package description file <pkgname>.cabal or a cabal.project file referencing the packages you want to build.
You can reproduce in a bare minimum cabal project by cabal init. The project only contains a Main.hs.
Hi, I've come across a issue where
haskell-process-cabal-build
won't work, it showsYou can reproduce in a bare minimum cabal project by
cabal init
. The project only contains aMain.hs
.But if I run C-c C-l
haskell-process-load-file
first (which start a haskell session), then I ran C-c C-c, it suddenly works, without any errors.The text was updated successfully, but these errors were encountered: