lbraun pushed a commit to branch core-updates
in repository guix.
commit 670e656e08ca71b4348582ddfe26285c24dd93a1
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Fri Mar 31 11:50:49 2023 +0200
gnu: ghc-language-c: Update to 0.9.1.
This fixes issues with GCC 11, see
https://github.com/haskell/c2hs/issues/268.
* gnu/packages/haskell-xyz.scm (ghc-language-c): Update to 0.9.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 86af842980..eaebb32744 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6144,14 +6144,14 @@ forms of the Yoneda lemma, and (co)density (co)monads
for Haskell.")
(define-public ghc-language-c
(package
(name "ghc-language-c")
- (version "0.8.3")
+ (version "0.9.1")
(source
(origin
(method url-fetch)
(uri (hackage-uri "language-c" version))
(sha256
(base32
- "0bi02jdirkys8v7flf39vrpla2a74z1z0sdhy9lb9v7cmcc6rmpk"))))
+ "0g5djsnzzmi1d1ndcmmrmwz4xnv1m3w009d6kx9jz9jxxdk9adcl"))))
(build-system haskell-build-system)
(properties '((upstream-name . "language-c")))
(inputs (list ghc-syb))