shake on i386

2016-06-08 Thread Sean Whitton
Hello, shake failed to build on i386.[1] The error: /usr/share/haskell-js-jquery/jquery-1.11.3.min.js: openBinaryFile: does not exist (No such file or directory) Is there some way we can bound shake's build dependency on libghc-js-jquery-dev to prevent this from happening? [1] https:

Re: Do we import patches for small fixes?

2016-06-08 Thread Clint Adams
On Thu, Jun 09, 2016 at 02:30:58AM +0200, Iustin Pop wrote: > Until they do, do we use patches for this kind of issues, or do we > prefer only 'pristine' libraries? Yes, we patch.

Do we import patches for small fixes?

2016-06-08 Thread Iustin Pop
I'm looking at test-framework-quickcheck2 which has issues with QuickCheck 2.8 and GHC 7.10. Upstream accepted a pull request long time ago (https://github.com/haskell/test-framework/commit/bb009e005c8a3d481c0773a038392adc4b442773) but didn't do a release for it. Until they do, do we use patches f