Re: proposed changes to haskell cabal configure flags

2015-12-20 Thread Sam Roberts
Thank you Nobuaki, I'll create a PR including the changes you suggested. It may take a few weeks to find the time to test your suggestions, but apart from that, hopefully there won't be any problems. Thanks, Sam On Sun, Dec 20, 2015 at 5:08 PM, Nobuaki Sukegawa wrote: > Hi Sam, > > It looks qu

Re: proposed changes to haskell cabal configure flags

2015-12-19 Thread Nobuaki Sukegawa
Hi Sam, It looks quite good, so as long as CI-build passes I'd gladly incorporate your PR. You'll need to update test/tests.json though, otherwise make cross would fail. Also as we're currently moving to CMake, you may want to apply the same changes to CMake build if you happen to have extra cycle

proposed changes to haskell cabal configure flags

2015-12-17 Thread Sam Roberts
Hi all, I am working with the latest thrift code from a Haskell program. I have made a few changes locally to the Haskell build scripts in order to install the Haskell lib and it's dependencies into a sandbox. I would like to run these changes past you, and either contribute them back or learn a b