me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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))