On Wednesday, June 29, 2016 at 1:57:13 PM UTC-5, Shajen m wrote: > > ... > > It would be great if you add a section on how to resolve system library > dependencies of a haskell package >
I agree - there should be an easy way for users to resolve missing library issues. In order to build an entire resolver I had to figure out a bunch of missing libraries, and I've put my accumulated knowledge in this repo: https://github.com/erantapaa/hackage-helper The repo contains a script - analyze-log - which can scan the output of a cabal build or stack build command and suggest which packages you should install to resolve errors related to missing libraries. Right now it know about Ubuntu packages, but the system could be extended to other Linux variants and even other packaging systems, e.g. rpms, brew, macports, etc. -- You received this message because you are subscribed to the Google Groups "haskell-stack" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/haskell-stack/eab40ac2-9c73-4dc6-8d1f-42410b601e6e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
