guix-commits
[Top][All Lists]
Advanced

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

236/290: gnu: ghc-http: Update to 4000.3.14.


From: guix-commits
Subject: 236/290: gnu: ghc-http: Update to 4000.3.14.
Date: Wed, 6 Nov 2019 08:23:19 -0500 (EST)

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

commit b2e2de02c5ea40668e7c9b5986ca17fb27623a29
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:22:41 2019 -0400

    gnu: ghc-http: Update to 4000.3.14.
    
    * gnu/packages/haskell-web.scm (ghc-http): Update to 4000.3.14.
---
 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 7b887d7..a6ed7e1 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -147,7 +147,7 @@ both client and server code).")
 (define-public ghc-http
   (package
     (name "ghc-http")
-    (version "4000.3.12")
+    (version "4000.3.14")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -156,7 +156,7 @@ both client and server code).")
                            "HTTP-" version ".tar.gz"))
        (sha256
         (base32
-         "140r6qy1ay25piv0z3hih11zhigyi08nkwc32097j43pjff6mzx3"))))
+         "0yv8mbjicpl7l2017c4dhm49117lblgwpy1llv368wci1vrxf0m6"))))
     (build-system haskell-build-system)
     (native-inputs
      `(("ghc-httpd-shed" ,ghc-httpd-shed)



reply via email to

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