Closed joeyh closed 8 years ago
Version 0.1.5.0, on OSX
Version 0.1.5.0 is quite old. Could you please try with a more recent version? (stack upgrade
for stable, or stack upgrade --git
for development version)
stack 1.0.2 does not have this bug
see shy jo
As far as I can see in the documentation, .stack/config.yaml should be read for all builds. I also tried putting the same config in .stack/global/stack.yaml, which I think should be read when building magic as the package does not have its own stack.yaml. But, same result.
What eventually worked, was passing --extra-lib-dirs=/Volumes/Visitors/joeyh/homebrew/lib
I actually prefer doing it that way, just didn't know the command-line option existed, due to https://github.com/commercialhaskell/stack/issues/1462
But, thought I should file this bug anyway, since stack seems to be ignoring this part of its configuration. Or, perhaps I got the syntax wrong?