GitHub user emchristiansen opened a pull request:
https://github.com/apache/thrift/pull/73
Haskell
Switches to using cabal for building Haskell files.
This is more idiomatic, and was required on my up-to-date Ubuntu platform
to get the build to succeed.
Also adds a missing to file to .gitignore.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/emchristiansen/thrift haskell
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/73.patch
----
commit 89be29268061dc0bcc6a2eb32b2cbe5e59a3cf74
Author: Eric Martin Christiansen <[email protected]>
Date: 2014-01-08T22:02:01Z
gitignore
commit 92ac0a7eb496c08568e21e738cb431a308dffa62
Author: Eric Martin Christiansen <[email protected]>
Date: 2014-01-08T22:06:40Z
switched from runhaskell statements to cabal statements
----