guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

59/328: gnu: ghc-language-c: Update to 0.8.3.


From: guix-commits
Subject: 59/328: gnu: ghc-language-c: Update to 0.8.3.
Date: Sat, 16 Nov 2019 19:32:22 -0500 (EST)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 79ab837580d01edd25674063d2f497561ca48ccd
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 09:59:14 2019 -0400

    gnu: ghc-language-c: Update to 0.8.3.
    
    * gnu/packages/haskell-xyz.scm (ghc-language-c): Update to 0.8.3.
---
 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 bad7013..a2c6f52 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5519,7 +5519,7 @@ 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.1")
+    (version "0.8.3")
     (source
      (origin
        (method url-fetch)
@@ -5527,7 +5527,7 @@ forms of the Yoneda lemma, and (co)density (co)monads for 
Haskell.")
                            "language-c/language-c-" version ".tar.gz"))
        (sha256
         (base32
-         "0sdkjj0hq8p69fcdm6ljbjkjvrsrb8a6rl5dq6dj6byj32ajrm3d"))))
+         "0bi02jdirkys8v7flf39vrpla2a74z1z0sdhy9lb9v7cmcc6rmpk"))))
     (build-system haskell-build-system)
     (inputs `(("ghc-syb" ,ghc-syb)))
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]