[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31418] [PATCH 4/6] gnu: Add ghc-binary.
From: |
Ludovic Courtès |
Subject: |
[bug#31418] [PATCH 4/6] gnu: Add ghc-binary. |
Date: |
Sun, 13 May 2018 23:13:12 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello,
I’ve applied patches 1 to 3 with minor tweaks to the descriptions (so
that they’d be full sentences, for instance), but…
Tonton <address@hidden> skribis:
> * gnu/packages/haskell.scm (ghc-binary): New variable.
[...]
> + (inputs `(("ghc-bytestring" ,ghc-bytestring-builder)
> + ("ghc-array" ,ghc-array)
> + ("ghc-ghc-prim" ,ghc-primitive)
> + ("ghc-hunit" ,ghc-hunit)
> + ("ghc-quickcheck" ,ghc-quickcheck-2.9)
> + ("ghc-test-framework" ,ghc-test-framework)
> + ("ghc-test-framework-quickcheck2"
> ,ghc-test-framework-quickcheck2-w-qc-2.9)
… here ‘ghc-test-framework-quickcheck2-w-qc-2.9’ is undefined. Did you
mean to define it in the first patch?
Could you send an updated patch set for what remains?
Thanks in advance,
Ludo’.