-
Notifications
You must be signed in to change notification settings - Fork 88
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
hackage shelly-1.6.8.5 build failure #156
Comments
@ddssff How can I reproduce this ? Travis works fine for me: https://travis-ci.org/yesodweb/Shelly.hs I also tried building via Stack (with and without flags) in my linux box locally and everything worked fine. |
Well, that is odd. It happened in the midst of a ghcjs build. I will have to look into it. |
it turns out that the cabal file in github is very different from the one in the hackage tarball, which in turn is different from the file obtained from the https://hackage.haskell.org/package/shelly-1.6.8.5/shelly.cabal link. Using this last one is what causes the problem. |
That's strange. I will look into this tonight and will upload a new version. |
Okay, so I looked into this and it seems to be a Cabal parser related bug: commercialhaskell/stack#3549 Will see if I can workaround that issue and upload a new package. |
I have released a new version which fixes the issue. |
The executables are missing hs-source-dirs and build-depends entries:
The text was updated successfully, but these errors were encountered: