gnu: ghc-language-c: Update to 0.8.3.

* gnu/packages/haskell-xyz.scm (ghc-language-c): Update to 0.8.3.
This commit is contained in:
Timothy Sample 2019-10-31 09:59:14 -04:00
parent 32d4a6ae55
commit 4e1cf65115
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -5519,7 +5519,7 @@ (define-public ghc-kan-extensions
(define-public ghc-language-c
(package
(name "ghc-language-c")
(version "0.8.1")
(version "0.8.3")
(source
(origin
(method url-fetch)
@ -5527,7 +5527,7 @@ (define-public ghc-language-c
"language-c/language-c-" version ".tar.gz"))
(sha256
(base32
"0sdkjj0hq8p69fcdm6ljbjkjvrsrb8a6rl5dq6dj6byj32ajrm3d"))))
"0bi02jdirkys8v7flf39vrpla2a74z1z0sdhy9lb9v7cmcc6rmpk"))))
(build-system haskell-build-system)
(inputs `(("ghc-syb" ,ghc-syb)))
(native-inputs