[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27367] [PATCH 09/15] gnu: ghc-wai: Update to 3.2.1.1.
From: |
rsiddharth |
Subject: |
[bug#27367] [PATCH 09/15] gnu: ghc-wai: Update to 3.2.1.1. |
Date: |
Thu, 15 Jun 2017 01:23:54 +0000 |
* gnu/packages/haskell.scm (ghc-wai): Update to 3.2.1.1.
---
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 4d3ec8710..0e21d7a31 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)
--
2.11.0
- [bug#27367] [PATCH 01/15] gnu: Add ghc-wai-conduit., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 12/15] gnu: Add ghc-warp-tls., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 15/15] gnu: Add ghc-http-conduit., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 02/15] gnu: Add ghc-http-date., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 08/15] gnu: ghc-auto-update: Update to 0.1.4., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 03/15] gnu: Add ghc-simple-sendfile, rsiddharth, 2017/06/15
- [bug#27367] [PATCH 11/15] gnu: Add ghc-warp., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 13/15] gnu: ghc-http-client: Update to 0.5.6.1., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 05/15] gnu: Add ghc-psqueues., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 09/15] gnu: ghc-wai: Update to 3.2.1.1.,
rsiddharth <=
- [bug#27367] [PATCH 10/15] gnu: ghc-wai-extra: Update to 3.0.13.1., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 14/15] gnu: ghc-http-client-tls: Update to 0.3.4.1., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 06/15] gnu: Add ghc-glob., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 04/15] gnu: Add ghc-hex., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 07/15] gnu: Add ghc-http2., rsiddharth, 2017/06/15
- [bug#27367] [PATCH 01/15] gnu: Add ghc-wai-conduit., Ludovic Courtès, 2017/06/16