-
Notifications
You must be signed in to change notification settings - Fork 20
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
Get error after installing via stack #155
Comments
I already added support for stack in #150, but my last comment in that thread seems to indicate that I've never released the fixed version. I'll do that now. Thanks for reporting the problem! |
For #155, I cherry-picked a few commits into stable, which caused stable to diverge from master. This merge brings them back together.
For #155, I cherry-picked a few commits into stable, which caused stable to diverge from master. This merge brings them back together. Conflicts: haskell-awk.cabal
Hmm, the tests don't pass on TravisCI and I don't understand why. They pass on my machine. It might take a little longer before I can release... |
Huh. I didn't release 1.1.2, then I worked on other things for a while, now I'm coming back to work on hawk, I upgraded to a more recent ghc, I'm ready to release a new version, and I'm like "who disabled the tests?? I can't release like this!". So I'm quite surprised to read in the comment above that I disabled the tests in order to make a release? What? |
Install
Use
Does work directly from stack via
Prefixing all calls to hawk with
stack exec
has not proved useful.I am told the problem is because hawk is assuming that the executable is located in a position relative to its data files... And that is should do something like:
accessing-data-files-from-package-code
The text was updated successfully, but these errors were encountered: