guix-commits
[Top][All Lists]
Advanced

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

08/45: gnu: ghc-warp-tls: Update to 3.3.2.


From: guix-commits
Subject: 08/45: gnu: ghc-warp-tls: Update to 3.3.2.
Date: Tue, 2 Nov 2021 05:07:48 -0400 (EDT)

lbraun pushed a commit to branch master
in repository guix.

commit 96d3d63299095c752b0d11782c3eaa7f7570f76d
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Mon Oct 25 14:28:33 2021 +0200

    gnu: ghc-warp-tls: Update to 3.3.2.
    
    * gnu/packages/haskell-web.scm (ghc-warp-tls): Update to 3.3.2.
    [inputs]: Add ghc-unliftio.
---
 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 2c945d9..8dbd772 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -721,7 +721,7 @@ limitation, automatic pruning, energy saving and replay 
resistance.")
 (define-public ghc-warp-tls
   (package
     (name "ghc-warp-tls")
-    (version "3.3.1")
+    (version "3.3.2")
     (source
      (origin
        (method url-fetch)
@@ -730,7 +730,7 @@ limitation, automatic pruning, energy saving and replay 
resistance.")
                            "warp-tls-" version ".tar.gz"))
        (sha256
         (base32
-         "1k8f3r0l36mgwm69fikprv6pyjzj15702kq25dr9nc3sv5lcs162"))))
+         "0b9viw26ymzq4q8snfddz3w59sqcf5ankxnw6f99iacxjhk6zs6m"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-cryptonite" ,ghc-cryptonite)
@@ -739,6 +739,7 @@ limitation, automatic pruning, energy saving and replay 
resistance.")
        ("ghc-streaming-commons" ,ghc-streaming-commons)
        ("ghc-tls" ,ghc-tls)
        ("ghc-tls-session-manager" ,ghc-tls-session-manager)
+       ("ghc-unliftio" ,ghc-unliftio)
        ("ghc-wai" ,ghc-wai)
        ("ghc-warp" ,ghc-warp)))
     (home-page "https://github.com/yesodweb/wai";)



reply via email to

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