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
$ hie-bios flags src/MyLib.hs
Options: [...]
Dependencies: [...]
$ hie-bios flags app/Main.hs
Failed to show flags for"./app/Main.hs": ["Failed to parse result of calling cabal","","cabal.exe: Unknown target './app/Main.hs'.\nThe package example has no file target 'app/Main.hs'.\n\n\n",""]
However, the invocation hie-bios flags app/Main.hs should work just as well.
The text was updated successfully, but these errors were encountered:
Upstream issue haskell/cabal#6622
Explanation in hie-bios:
Assume project setup:
and
hie.yaml
:then we can observe the following behaviour:
However, the invocation
hie-bios flags app/Main.hs
should work just as well.The text was updated successfully, but these errors were encountered: