guix-commits
[Top][All Lists]
Advanced

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

153/249: gnu: ghc-haskell-src-meta: Update to 0.8.3.


From: guix-commits
Subject: 153/249: gnu: ghc-haskell-src-meta: Update to 0.8.3.
Date: Thu, 31 Oct 2019 23:49:52 -0400 (EDT)

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

commit a9a3489479d61ed557c9d4320b229d1482121993
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:07:45 2019 -0400

    gnu: ghc-haskell-src-meta: Update to 0.8.3.
    
    * gnu/packages/haskell-xyz.scm (ghc-haskell-src-meta): 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 4992fcb..9ca325c 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4529,7 +4529,7 @@ patterns as per the HaRP extension as well as HSX-style 
embedded XML syntax.")
 (define-public ghc-haskell-src-meta
   (package
     (name "ghc-haskell-src-meta")
-    (version "0.8.0.3")
+    (version "0.8.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -4537,7 +4537,7 @@ patterns as per the HaRP extension as well as HSX-style 
embedded XML syntax.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "08jq156zv4m0fjq6712n99c1jwxnpa6kj6sq8ch0r1l0a1ay6ww4"))))
+                "17znnaqj2hnnfyc9p9xjzbs97h2jh1h4f4qbw648y3xa14wx5ra9"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-haskell-src-exts" ,ghc-haskell-src-exts)



reply via email to

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