We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I occasionally use stack's JIT-compiled scripting feature when I need to get something done quickly. A stupid example:
#!/usr/bin/env stack {- stack script --resolver lts-17.9 --package process --package wreq --package turtle --package aeson --package lens --package aeson-lens -} {-# LANGUAGE OverloadedStrings #-} import Turtle.Prelude import Data.Aeson main :: IO () main = do res <- single $ inshell "dmenu" "hi" print res
However, HLS doesn't really understand what's going on here. Is it possible to make this work?
The text was updated successfully, but these errors were encountered:
Duplicate of #111
tl;dr currently not really.
Sorry, something went wrong.
Ah, okay. Thanks.
No branches or pull requests
I occasionally use stack's JIT-compiled scripting feature when I need to get something done quickly. A stupid example:
However, HLS doesn't really understand what's going on here. Is it possible to make this work?
The text was updated successfully, but these errors were encountered: