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! Unfortunately, this is not possible at the moment. You might be able to get a similar result by using cabal install --lib base split --package-env=. and creating a hie.yaml file with the contents:
cradle:
direct:
arguments:
- -package-env
- .ghc.environment.x86_64-linux-<version> # check what file has been generated after `cabal install --lib --package-env=.`
- Script.hs
Having a following script:
I want to be able to have HLS features on this script.
Is it possible in any way?
The text was updated successfully, but these errors were encountered: