-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Switch to GHC 8.2 #24
Comments
Closed in 881b85b |
Still dies with no error message on the first pipe on the way. So it fails while processing empty stream. Test in GHCI:
Found on tldp.org: |
This is correct behavior of Resolution: use exceptions. |
Update resolver.
Problem: even with most recent resolver it dies (nightly-2017-12-05).
it dies with no error message on
stdout (inproc "egrep" [pullExpr] (input gitHistory))
in example.The text was updated successfully, but these errors were encountered: