On 2015-10-22 10:43, Paul van der Walt wrote:
On 2015-10-22 at 10:47, quoth ericbav...@openmailbox.org:
+ #:phases
+ (alist-cons-before
+'configure 'fix-/bin/sh
+(lambda _
+ ;; Use `sh', not `/bin/sh'.
+ (substitute* (find-files "." "Makefile|configu
Hey Andreas,
On 2015-10-22 at 18:22, quoth Andreas Enge:
> On Thu, Oct 22, 2015 at 05:43:03PM +0200, Paul van der Walt wrote:
>> Right, i see what you mean. I agree that it'd probably be the right
>> thing to do. However, to expedite the merge of wip-haskell-… i propose
>> that i take the soluti
On Thu, Oct 22, 2015 at 05:43:03PM +0200, Paul van der Walt wrote:
> Right, i see what you mean. I agree that it'd probably be the right
> thing to do. However, to expedite the merge of wip-haskell-… i propose
> that i take the solution of ghc-x11 and apply it to the relevant
> packages, and then
On 2015-10-22 at 10:47, quoth ericbav...@openmailbox.org:
>> + #:phases
>> + (alist-cons-before
>> +'configure 'fix-/bin/sh
>> +(lambda _
>> + ;; Use `sh', not `/bin/sh'.
>> + (substitute* (find-files "." "Makefile|configure")
>> +(("/bin/s
From: Eric Bavier
> * gnu/packages/haskell.scm (ghc-unix-time): New variable.
> ---
> gnu/packages/haskell.scm | 40
> 1 file changed, 40 insertions(+)
>
> diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
> index fc1f836..de55610 100644
>