gnu: ghc-typed-process: Update to 0.2.3.0.

* gnu/packages/haskell.scm (ghc-typed-process): Update to 0.2.3.0.
master
Timothy Sample 2018-08-28 23:50:16 -04:00 committed by Ricardo Wurmus
parent 5a92fb411c
commit 10ae734585
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6764,7 +6764,7 @@ better for some purposes.")
(define-public ghc-typed-process
(package
(name "ghc-typed-process")
(version "0.2.2.0")
(version "0.2.3.0")
(source
(origin
(method url-fetch)
@ -6773,7 +6773,7 @@ better for some purposes.")
version ".tar.gz"))
(sha256
(base32
"0c6gvgvjyncbni9a5bvpbglknd4yclr3d3hfg9bhgahmkj40dva2"))))
"0j36vrc9w841m5qbwqra1lwiznx31xfnhin1sm8x2c2739csbpn0"))))
(build-system haskell-build-system)
(inputs
`(("ghc-async" ,ghc-async)