The stack documentation is very good and useful. It was easy for me to try out creating and running simple projects.
One topic I like to add in the documentation is that how resolve a projects dependency on system library. After reading the stack documentation I tried out some packages which has dependency on OpenGL graphics. The stack was giving many error messages on installation failed because of missing openGL library in my Ubuntu system. It was not easy for me to figure out that the errors are because of missing linux system library and which version is the package depending on. It would be great if you add a section on how to resolve system library dependencies of a haskell package Thanks -Shajen -- 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/89ba6255-a243-42de-a755-20677fd2db9e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
