guix-devel
[Top][All Lists]
Advanced

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

Re: 05/15: gnu: Add ghc-hspec-megaparsec.


From: Ricardo Wurmus
Subject: Re: 05/15: gnu: Add ghc-hspec-megaparsec.
Date: Sun, 01 Nov 2020 19:17:49 +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 e16f7de88f1ef9b9e5c83e40f17255d8c60a8420
> Author: Carlo Holl <carloholl@gmail.com>
> AuthorDate: Sat Oct 31 19:02:26 2020 -0700
>
>     gnu: Add ghc-hspec-megaparsec.
>     
>     * gnu/packages/haskell-xyz.scm (ghc-hspec-megaparsec): New variable.
>     
>     Signed-off-by: Christopher Baines <mail@cbaines.net>
> ---
>  gnu/packages/haskell-xyz.scm | 28 ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)
>
> diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
> index e6a8580..21b0f2f 100644
> --- a/gnu/packages/haskell-xyz.scm
> +++ b/gnu/packages/haskell-xyz.scm
> @@ -5928,6 +5928,34 @@ are described in a file named @code{package.yaml}.  
> Both @code{cabal2nix} and
>  @code{package.yaml}.")
>      (license license:expat)))
>  
> +(define-public ghc-hspec-megaparsec
> +  (package
> +    (name "ghc-hspec-megaparsec")
> +    (version "2.0.1")

LTSHaskell has this at version 2.0.0.

-- 
Ricardo



reply via email to

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