commercialhaskell / commercialhaskell/stack
Support stdin for various commands
Open
component: options parsing
type: enhancement
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
It would be very useful for `stack` to support commands like:
`cat file.hs | stack script -`
`echo "print 3" | stack eval -`
One use would be an easy solution for traditional haskell scripts rather than interpreter style script in org-mode, for instance.
Contributor guide
Assessment
This issue has not been assessed yet.