Re: [PATCH] gnu: Add ghc-unix-time.

2015-10-22 Thread Eric Bavier
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

Re: [PATCH] gnu: Add ghc-unix-time.

2015-10-22 Thread Paul van der Walt
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

Re: [PATCH] gnu: Add ghc-unix-time.

2015-10-22 Thread 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 solution of ghc-x11 and apply it to the relevant > packages, and then

Re: [PATCH] gnu: Add ghc-unix-time.

2015-10-22 Thread Paul van der Walt
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

Re: [PATCH] gnu: Add ghc-unix-time.

2015-10-22 Thread ericbavier
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 >