[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/53: gnu: Add ghc-typed-process.
From: |
Ricardo Wurmus |
Subject: |
29/53: gnu: Add ghc-typed-process. |
Date: |
Thu, 16 Aug 2018 11:05:00 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d5040b44199edc7c5a8371578112fe346257b9a3
Author: Ricardo Wurmus <address@hidden>
Date: Wed Aug 15 11:30:54 2018 +0200
gnu: Add ghc-typed-process.
* gnu/packages/haskell.scm (ghc-typed-process): New variable.
---
gnu/packages/haskell.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 82baa82..65bd597 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6404,6 +6404,36 @@ dependency that depends on a large C library, and
@code{rfc5051} might be
better for some purposes.")
(license license:bsd-3)))
+(define-public ghc-typed-process
+ (package
+ (name "ghc-typed-process")
+ (version "0.2.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "typed-process/typed-process-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0c6gvgvjyncbni9a5bvpbglknd4yclr3d3hfg9bhgahmkj40dva2"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-async" ,ghc-async)
+ ("ghc-stm" ,ghc-stm)))
+ (native-inputs
+ `(("ghc-base64-bytestring" ,ghc-base64-bytestring)
+ ("ghc-hspec" ,ghc-hspec)
+ ("hspec-discover" ,hspec-discover)
+ ("ghc-temporary" ,ghc-temporary)))
+ (home-page "https://haskell-lang.org/library/typed-process")
+ (synopsis "Run external processes with strong typing of streams")
+ (description
+ "This library provides the ability to launch and interact with external
+processes. It wraps around the @code{process} library, and intends to improve
+upon it.")
+ (license license:expat)))
+
(define-public ghc-conduit-extra
(package
(name "ghc-conduit-extra")
- 26/53: gnu: ghc-uuid: Allow building with newer HUnit., (continued)
- 26/53: gnu: ghc-uuid: Allow building with newer HUnit., Ricardo Wurmus, 2018/08/16
- 33/53: gnu: ghc-pandoc-types: Update to 1.17.5.1., Ricardo Wurmus, 2018/08/16
- 11/53: gnu: ghc-hspec-core: Update to 2.5.5., Ricardo Wurmus, 2018/08/16
- 31/53: gnu: ghc-conduit: Update to 1.3.0.3., Ricardo Wurmus, 2018/08/16
- 17/53: gnu: Add ghc-httpd-shed., Ricardo Wurmus, 2018/08/16
- 20/53: gnu: ghc-http-conduit: Update to 2.3.2., Ricardo Wurmus, 2018/08/16
- 25/53: gnu: ghc-uuid-types: Allow building with newer HUnit., Ricardo Wurmus, 2018/08/16
- 39/53: gnu: ghc-vector-algorithms: Fix build errors., Ricardo Wurmus, 2018/08/16
- 35/53: gnu: ghc-streaming-commons: Update to 0.2.1.0., Ricardo Wurmus, 2018/08/16
- 41/53: gnu: Add ghc-convertible., Ricardo Wurmus, 2018/08/16
- 29/53: gnu: Add ghc-typed-process.,
Ricardo Wurmus <=
- 40/53: gnu: ghc-pandoc: Update to 2.2.1., Ricardo Wurmus, 2018/08/16
- 43/53: gnu: Add ghc-regex., Ricardo Wurmus, 2018/08/16
- 49/53: gnu: ghc-texmath: Update to 0.11.0.1., Ricardo Wurmus, 2018/08/16
- 48/53: gnu: Add ghc-gtk2hs-buildtools., Ricardo Wurmus, 2018/08/16
- 51/53: gnu: Add r-proc., Ricardo Wurmus, 2018/08/16
- 19/53: gnu: ghc-http-client: Update to 0.5.13.1., Ricardo Wurmus, 2018/08/16
- 27/53: gnu: ghc-conduit-combinators: Update to 1.3.0., Ricardo Wurmus, 2018/08/16
- 52/53: gnu: Add r-rootsolve., Ricardo Wurmus, 2018/08/16
- 46/53: gnu: Add ghc-intervalmap., Ricardo Wurmus, 2018/08/16
- 45/53: gnu: Add ghc-missingh., Ricardo Wurmus, 2018/08/16