samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 9c9b34e666bab1a4a0736e305d78628ea2dd134c
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 13:13:22 2019 -0400
gnu: ghc-inline-c: Update to 0.7.0.1.
* gnu/packages/haskell-xyz.scm (ghc-inline-c): Update to 0.7.0.1.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 15b9a59..3ad22a3 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5163,7 +5163,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)
@@ -5171,7 +5171,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)