gnu: ghc-inline-c: Update to 0.7.0.1.

* gnu/packages/haskell-xyz.scm (ghc-inline-c): Update to 0.7.0.1.
This commit is contained in:
Timothy Sample 2019-10-31 13:13:22 -04:00
parent 1826c2a8ae
commit 55ec98f29a
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59

View File

@ -5164,7 +5164,7 @@ lines continued at an indented level below.")
(define-public ghc-inline-c
(package
(name "ghc-inline-c")
(version "0.6.1.0")
(version "0.7.0.1")
(source
(origin
(method url-fetch)
@ -5172,7 +5172,7 @@ lines continued at an indented level below.")
"inline-c-" version ".tar.gz"))
(sha256
(base32
"0vbfrsqsi7mdziqsnj68bsqlwbqxxhvrmy9rv6w8z18d1m8w3n6h"))))
"19scbviwiv1fbsdcjji3dscjg7w0xa8r97xwkqqrwm7zhvrg5wns"))))
(build-system haskell-build-system)
(inputs
`(("ghc-ansi-wl-pprint" ,ghc-ansi-wl-pprint)