guix-commits
[Top][All Lists]
Advanced

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

09/15: gnu: ghc-wai: Update to 3.2.1.1.


From: Ludovic Courtès
Subject: 09/15: gnu: ghc-wai: Update to 3.2.1.1.
Date: Fri, 16 Jun 2017 04:33:58 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 0ccb7346edac65b75e4f6b96f8bfaca236d24a44
Author: rsiddharth <address@hidden>
Date:   Thu Jun 15 01:23:54 2017 +0000

    gnu: ghc-wai: Update to 3.2.1.1.
    
    * gnu/packages/haskell.scm (ghc-wai): Update to 3.2.1.1.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 63d5b09..40723fb 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5085,7 +5085,7 @@ essentially the opposite of pretty-printing.")
 (define-public ghc-wai
   (package
     (name "ghc-wai")
-    (version "3.0.4.0")
+    (version "3.2.1.1")
     (source
      (origin
        (method url-fetch)
@@ -5095,7 +5095,7 @@ essentially the opposite of pretty-printing.")
              ".tar.gz"))
        (sha256
         (base32
-         "1551n0g0n22vml33v0jz5xgjcy6j79algvsdqg11a1z5ljjrjlqf"))))
+         "08afasnirja21vr0bmzcywz4w29x736dmdv7h8nnh1l8bn7sd02x"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-bytestring-builder" ,ghc-bytestring-builder)



reply via email to

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