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.
This commit is contained in:
Lars-Dominik Braun 2023-03-31 11:50:49 +02:00
parent 12b95dcce8
commit 670e656e08
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -6144,14 +6144,14 @@ (define-public ghc-kan-extensions
(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))