guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 09/15: gnu: Add ghc-tabular.


From: Ricardo Wurmus
Subject: Re: 09/15: gnu: Add ghc-tabular.
Date: Sun, 01 Nov 2020 19:18:27 +0100
User-agent: mu4e 1.4.13; emacs 27.1

guix-commits@gnu.org writes:

> cbaines pushed a commit to branch master
> in repository guix.
>
> commit 094a9d7ac490e5b745deb0a8be050d6572f71a60
> Author: Carlo Holl <carloholl@gmail.com>
> AuthorDate: Sat Oct 31 19:02:30 2020 -0700
>
>     gnu: Add ghc-tabular.
>     
>     * gnu/packages/haskell-xyz.scm (ghc-tabular): New variable.
>     
>     Signed-off-by: Christopher Baines <mail@cbaines.net>
> ---
>  gnu/packages/haskell-xyz.scm | 43 +++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 43 insertions(+)
>
> diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
> index cb24940..71cf860 100644
> --- a/gnu/packages/haskell-xyz.scm
> +++ b/gnu/packages/haskell-xyz.scm
> @@ -12798,6 +12798,49 @@ Unlike the filepath package, this package does not 
> simply reuse String,
>  increasing type safety.")
>      (license license:expat)))
>  
> +(define-public ghc-tabular
> +  (package
> +    (name "ghc-tabular")
> +    (version "0.2.2.8")

LTSHaskell has this at 0.2.2.7.

-- 
Ricardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]