guix-commits
[Top][All Lists]
Advanced

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

108/177: gnu: ghc-http: Update to 4000.3.3.


From: Ricardo Wurmus
Subject: 108/177: gnu: ghc-http: Update to 4000.3.3.
Date: Tue, 13 Feb 2018 07:38:20 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 92299af06c269e4f85b6e3453275f2467d1d0f41
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 00:04:47 2018 +0100

    gnu: ghc-http: Update to 4000.3.3.
    
    * gnu/packages/haskell-web.scm (ghc-http): Update to 4000.3.3.
---
 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 bd15a93..4c7568a 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -126,7 +126,7 @@ both client and server code).")
 (define-public ghc-http
   (package
     (name "ghc-http")
-    (version "4000.2.20")
+    (version "4000.3.3")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -137,7 +137,7 @@ both client and server code).")
              ".tar.gz"))
        (sha256
         (base32
-         "0nyqdxr5ls2dxkf4a1f3x15xzwdm46ppn99nkcbhswlr6s3cq1s4"))))
+         "1wlvvqcxsnd2is3khsla0vd8i9cy12v1pg6d6i13ihcd131a7bdv"))))
     (build-system haskell-build-system)
     (native-inputs
      `(("ghc-hunit" ,ghc-hunit)))



reply via email to

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