guix-commits
[Top][All Lists]
Advanced

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

172/328: gnu: ghc-hxt: Update to 9.3.1.18.


From: guix-commits
Subject: 172/328: gnu: ghc-hxt: Update to 9.3.1.18.
Date: Sat, 16 Nov 2019 19:33:01 -0500 (EST)

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

commit 575cd03725746eb99b305bacd492c80a29ec0516
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:08:39 2019 -0400

    gnu: ghc-hxt: Update to 9.3.1.18.
    
    * gnu/packages/haskell-web.scm (ghc-hxt): Update to 9.3.1.18.
---
 gnu/packages/haskell-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index b85fae9..4e2e151 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -1274,7 +1274,7 @@ derivations of regular expressions.")
 (define-public ghc-hxt
   (package
     (name "ghc-hxt")
-    (version "9.3.1.16")
+    (version "9.3.1.18")
     (source
      (origin
        (method url-fetch)
@@ -1284,7 +1284,7 @@ derivations of regular expressions.")
              ".tar.gz"))
        (sha256
         (base32
-         "1qq3ykgn355rx242xjcbqqksgvwr6k2fdj5phw4iv28qqxff6m8d"))))
+         "0836k65px3w9c5h1h2bmzq5a7mp6ajxwvfg3pfr2kbxwkgc0j63j"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-hxt-charproperties" ,ghc-hxt-charproperties)



reply via email to

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