mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
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:
parent
12b95dcce8
commit
670e656e08
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue