jberthold / packman

Evaluation-orthogonal serialisation of Haskell data, as a library
Other
59 stars 9 forks source link

Add a simple stack.yaml file. Builds but fails tests. #5

Closed rrnewton closed 9 years ago

rrnewton commented 9 years ago

Very small tweak -- just adds a stack.yaml file to document what the suggested version of GHC, and make it build with a single stack build command. (Even if that means installing a new GHC.)

For details, please see:

https://gist.github.com/rrnewton/5f8b1db0a3f264ab48b7

michaxm commented 9 years ago

When you are already at it, could you add .stack-work to .gitignore as well?

By the way, I have no problems letting stack figure out all dependencies on its own. Had the same Template Haskell issues as pointed out in the gist.

jberthold commented 9 years ago

I'll merge this PR as-is for now. Hope to get to the other issue (#3) soon, should not be hard to fix.