From d8ced063ee7397269a98822c90ef586a6a24dc20 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 2 Jul 2019 13:40:56 -0400 Subject: git-annex.scm: Drop ghc-concurrent-output It's available upstream as of 3c69d462ce (2019-06-07). --- km-packages/git-annex.scm | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to 'km-packages') 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. . -<>") - (license license:bsd-2))) - (define-public ghc-magic (package (name "ghc-magic") -- cgit v1.2.3