Document some useful Haskell tips
authorIustin Pop <iustin@google.com>
Thu, 13 Oct 2011 12:11:59 +0000 (14:11 +0200)
committerIustin Pop <iustin@google.com>
Fri, 14 Oct 2011 10:37:44 +0000 (12:37 +0200)
commitef958f2a9d68b3077ec897c0247fc1ae94af495c
treef02d32b8301a7583b973bfca8fcb18cc7a7474c4
parente86f7f653c9a8e7c56c253ab7856591737445c29
Document some useful Haskell tips

This improves devnotes.rst with some tricks for Haskell development,
and additionally it does two Makefile improvements:

- properly document lib/_vcsversion.py as a requirement for
  Constants.hs (but do not require rebuild when updated)
- move HEXTRA at the end of the GHC invocation, so any command line
  options will indeed override the built-in ones (especially -osuf)

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Makefile.am
doc/devnotes.rst