guix-commits
[Top][All Lists]
Advanced

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

158/329: gnu: ghc-haskell-src-exts: Update to 1.21.1.


From: guix-commits
Subject: 158/329: gnu: ghc-haskell-src-exts: Update to 1.21.1.
Date: Wed, 20 Nov 2019 21:17:49 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit 37a05591293eeb8c3051e8c5aac7f2e1ca9abde5
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 12:59:54 2019 -0400

    gnu: ghc-haskell-src-exts: Update to 1.21.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-haskell-src-exts): Update to 1.21.1.
---
 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 a655fae..753da9e 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4523,7 +4523,7 @@ package are to parse or generate Haskell 98 code.")
 (define-public ghc-haskell-src-exts
   (package
     (name "ghc-haskell-src-exts")
-    (version "1.20.2")
+    (version "1.21.1")
     (source
      (origin
        (method url-fetch)
@@ -4533,7 +4533,7 @@ package are to parse or generate Haskell 98 code.")
              ".tar.gz"))
        (sha256
         (base32
-         "1sm3z4v1p5yffg01ldgavz71s3bvfhjfa13k428rk14bpkl8crlz"))))
+         "0q1y8n3d82gid9bcx8wxsqqmj9mq11fg3gp5yzpfbw958dhi3j9f"))))
     (build-system haskell-build-system)
     (inputs
      `(("cpphs" ,cpphs)



reply via email to

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