Soostone / hadron

Construct and run Hadoop MapReduce programs in Haskell
BSD 3-Clause "New" or "Revised" License
109 stars 11 forks source link

added stack and fix build for lts-5-12 #4

Closed thierry-b closed 8 years ago

thierry-b commented 8 years ago

Hello, I still need to fix examples/WordCountLocal.hs. Regards, Thierry

MichaelXavier commented 8 years ago

@thierry-b thanks for this! As mentioned in #5 I'm going to try to revamp the build and dev process with hadron and it looks like you've done a lot of the leg work already. I appreciate it! I'm going to be making some adjustments to your code here before merging. Mainly, I'm going to take the example code out of the cabal file and just make compiling them part of the travis build. We've done this for other projects and I think it still captures the main point, which is to make sure your example code remains valid. If you feel strongly that it should be kept as is, just let me know.

MichaelXavier commented 8 years ago

I've updated the build process of hadron as per the above plan and added you to the contributors section. Thanks!