Closed sgraf812 closed 7 years ago
Hello,
The referencing commit indeed solves this issue, but the latest release on Hackage is from December 2015. Is it possible to do a release so that the changes take effect?
For those who want to keep building in the process, if you're using Stack you may get around the issue by adding this to your stack.yaml
under packages:
- location:
git: git@github.com:jwiegley/gitlib.git
commit: 4550f17bd38d720f66b791d92212c3452a0515d5
subdirs:
- hlibgit2
Is there a teeny-tiny minor release on sight perhaps @jwiegley?
@madgen Uploaded 0.18.0.16, please let me know if there are further issues.
Works brilliantly, thank you.
Hi,
El Capitano deprecated the OpenSSL for an in-house solution, according to
brew install openssl
:This causes the following build failure:
A workaround for me is tobrew link openssl --force
and unlink after build, haven't tried the env variable way.Well, that didn't work out too well. Had to rebuild my whole lts snapshot. Obviously this doesn't work in hindsight.
What works is passing the necessary paths to cabal/stack: