aboutsummaryrefslogtreecommitdiff
path: root/km-packages
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-07-02 13:40:56 -0400
committerKyle Meyer <kyle@kyleam.com>2019-07-09 11:02:48 -0400
commitd8ced063ee7397269a98822c90ef586a6a24dc20 (patch)
tree74f40bed5d244a323d1596f3f4c2415d1e9292ea /km-packages
parent3da1ea961d57f03cbf43bd0ada29e579e20f248d (diff)
downloadguix-packages-d8ced063ee7397269a98822c90ef586a6a24dc20.tar.gz
git-annex.scm: Drop ghc-concurrent-output
It's available upstream as of 3c69d462ce (2019-06-07).
Diffstat (limited to 'km-packages')
-rw-r--r--km-packages/git-annex.scm35
1 files changed, 0 insertions, 35 deletions
diff --git a/km-packages/git-annex.scm b/km-packages/git-annex.scm
index c1fb1cd..d17f881 100644
--- a/km-packages/git-annex.scm
+++ b/km-packages/git-annex.scm
@@ -49,41 +49,6 @@ newspace."
(define (current-commit)
(git-output "rev-parse" "HEAD"))
-(define-public ghc-concurrent-output
- (package
- (name "ghc-concurrent-output")
- (version "1.10.9")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "https://hackage.haskell.org/package/concurrent-output/concurrent-output-"
- version
- ".tar.gz"))
- (sha256
- (base32
- "0mwf155w89nbbkjln7hhbn8k3f8p0ylcvgrg31cm7ijpx4499i4c"))))
- (build-system haskell-build-system)
- (inputs
- `(("ghc-text" ,ghc-text)
- ("ghc-async" ,ghc-async)
- ("ghc-stm" ,ghc-stm)
- ("ghc-exceptions" ,ghc-exceptions)
- ("ghc-ansi-terminal" ,ghc-ansi-terminal)
- ("ghc-terminal-size" ,ghc-terminal-size)))
- (home-page
- "http://hackage.haskell.org/package/concurrent-output")
- (synopsis
- "Ungarble output from several threads or commands")
- (description
- "Lets multiple threads and external processes concurrently output
-to the console, without it getting all garbled up. . Built on top of
-that is a way of defining multiple output regions, which are
-automatically laid out on the screen and can be individually updated
-by concurrent threads. Can be used for progress displays etc. .
-<<https://joeyh.name/code/concurrent-output/demo2.gif>>")
- (license license:bsd-2)))
-
(define-public ghc-magic
(package
(name "ghc-magic")