guix-commits
[Top][All Lists]
Advanced

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

254/328: gnu: ghc-warp: Update to 3.2.28.


From: guix-commits
Subject: 254/328: gnu: ghc-warp: Update to 3.2.28.
Date: Sat, 16 Nov 2019 19:33:20 -0500 (EST)

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

commit 0c5d064e5b0c3b26970b52070f7c429f6dd8e90e
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 14:24:52 2019 -0400

    gnu: ghc-warp: Update to 3.2.28.
    
    * gnu/packages/haskell-web.scm (ghc-warp): Update to 3.2.28.
    [inputs]: Add 'ghc-time-manager'.
---
 gnu/packages/haskell-web.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index a6ed7e1..a733405 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -550,7 +550,7 @@ transfers.")
 (define-public ghc-warp
   (package
     (name "ghc-warp")
-    (version "3.2.27")
+    (version "3.2.28")
     (source
      (origin
        (method url-fetch)
@@ -558,7 +558,7 @@ transfers.")
                            "warp-" version "/" "warp-" version
                            ".tar.gz"))
        (sha256
-        (base32 "0p2w88q0zd55ms20qylipbi0qzbf324i9r8b9qqxyds5yc1anq76"))))
+        (base32 "0w2w3aiccpb2f8zssqiszcxzqdysihqi5xply23lwif5arz4saw7"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-async" ,ghc-async)
@@ -570,6 +570,7 @@ transfers.")
        ("ghc-iproute" ,ghc-iproute)
        ("ghc-network" ,ghc-network)
        ("ghc-streaming-commons" ,ghc-streaming-commons)
+       ("ghc-time-manager" ,ghc-time-manager)
        ("ghc-unix-compat" ,ghc-unix-compat)
        ("ghc-vault" ,ghc-vault)
        ("ghc-wai" ,ghc-wai)



reply via email to

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