guix-comm...@gnu.org writes:

> cbaines pushed a commit to branch master
> in repository guix.
>
> commit 27baf2a137e3438e1d0333b2de03b0627c8bdd67
> Author: Carlo Holl <carloh...@gmail.com>
> AuthorDate: Sat Oct 31 19:02:27 2020 -0700
>
>     gnu: Add ghc-lucid.
>     
>     * gnu/packages/haskell-xyz.scm (ghc-lucid): New variable.
>     
>     Signed-off-by: Christopher Baines <m...@cbaines.net>
>
>  gnu/packages/haskell-xyz.scm | 42 ++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 42 insertions(+)
>
> diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
> index 21b0f2f..6a8c7ed 100644
> --- a/gnu/packages/haskell-xyz.scm
> +++ b/gnu/packages/haskell-xyz.scm
> @@ -7284,6 +7284,48 @@ Transformers\" available 
> @uref{http://okmij.org/ftp/papers/LogicT.pdf,
>  online}.")
>      (license license:bsd-3)))
>  
> +(define-public ghc-lucid
> +  (package
> +    (name "ghc-lucid")
> +    (version "2.9.12")

LTSHaskell has this at version 2.9.11, not 2.9.12.  We need to make sure
that all Haskell packages remain compatible by keeping them all on the
same LTSHaskell release.

-- 
Ricardo

Reply via email to