[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 16/43] gnu: ghc-ansi-terminal: New variable.
From: |
Eric Bavier |
Subject: |
Re: [PATCH 16/43] gnu: ghc-ansi-terminal: New variable. |
Date: |
Mon, 19 Oct 2015 08:53:31 -0500 |
On Thu, 15 Oct 2015 14:21:10 +0200
Paul van der Walt <address@hidden> wrote:
> * gnu/package/haskell.scm (ghc-ansi-terminal): New variable.
> ---
> gnu/packages/haskell.scm | 23 +++++++++++++++++++++++
> 1 file changed, 23 insertions(+)
>
> diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
> index 6645a9d..4ec4971 100644
> --- a/gnu/packages/haskell.scm
> +++ b/gnu/packages/haskell.scm
> @@ -1212,6 +1212,29 @@ mutable and immutable), with a powerful loop
> optimisation framework.")
> package into this package.")
> (license bsd-3)))
>
> +(define-public ghc-ansi-terminal
> + (package
> + (name "ghc-ansi-terminal")
> + (version "0.6.2.3")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append
> +
> "http://hackage.haskell.org/package/ansi-terminal/ansi-terminal-"
> + version
> + ".tar.gz"))
> + (sha256
> + (base32
> + "0hpfw0k025y681m9ml1c712skrb1p4vh7z5x1f0ci9ww7ssjrh2d"))))
> + (build-system haskell-build-system)
> + (home-page "https://github.com/feuerbach/ansi-terminal")
> + (synopsis "Simple ANSI terminal support, with Windows compatibility")
We don't really care about Winblows compatibility, and "simple" is
subjective. How about: " ANSI terminal support for Haskell"
> + (description "ANSI terminal support for Haskell: allows cursor movement,
> +screen clearing, color output showing or hiding the cursor, and changing the
> +title. Compatible with Windows and those Unixes with ANSI terminals, but only
> +GHC is supported as a compiler.")
> + (license bsd-3)))
Ditto here. I think we can leave off the last sentence entirely.
`~Eric
- [PATCH 17/43] gnu: ghc-containers: Remove variable., (continued)
- [PATCH 17/43] gnu: ghc-containers: Remove variable., Paul van der Walt, 2015/10/15
- [PATCH 18/43] gnu: ghc-async: New variable., Paul van der Walt, 2015/10/15
- [PATCH 10/43] gnu: ghc-syb: Update to 0.6., Paul van der Walt, 2015/10/15
- [PATCH 12/43] gnu: ghc-network: Update to 2.6.2.1., Paul van der Walt, 2015/10/15
- [PATCH 08/43] gnu: ghc-primitive: Update to 0.6.1.0., Paul van der Walt, 2015/10/15
- [PATCH 16/43] gnu: ghc-ansi-terminal: New variable., Paul van der Walt, 2015/10/15
- Re: [PATCH 16/43] gnu: ghc-ansi-terminal: New variable.,
Eric Bavier <=
- [PATCH 24/43] gnu: ghc-split: Update dependencies., Paul van der Walt, 2015/10/15
- [PATCH 23/43] gnu: ghc-regex-base: New variables., Paul van der Walt, 2015/10/15
- [PATCH 11/43] gnu: ghc-vector: Update to 0.11.0.0., Paul van der Walt, 2015/10/15
- [PATCH 14/43] gnu: ghc-http: Update to 4000.2.20., Paul van der Walt, 2015/10/15
- [PATCH 13/43] gnu: ghc-old-time: Add variable., Paul van der Walt, 2015/10/15