[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
169/328: gnu: ghc-httpd-shed: Update to 0.4.1.1.
From: |
guix-commits |
Subject: |
169/328: gnu: ghc-httpd-shed: Update to 0.4.1.1. |
Date: |
Sat, 16 Nov 2019 19:33:00 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 2aa92a3c4d4788ac90bc9b0c8f4a8d1a5570096d
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 13:08:15 2019 -0400
gnu: ghc-httpd-shed: Update to 0.4.1.1.
* gnu/packages/haskell-web.scm (ghc-httpd-shed): Update to 0.4.1.1.
[inputs]: Add 'ghc-network-bsd'.
---
gnu/packages/haskell-web.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 6b99dec..b85fae9 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -95,7 +95,7 @@ for screen-scraping.")
(define-public ghc-httpd-shed
(package
(name "ghc-httpd-shed")
- (version "0.4.0.3")
+ (version "0.4.1.1")
(source
(origin
(method url-fetch)
@@ -103,10 +103,11 @@ for screen-scraping.")
"httpd-shed-" version ".tar.gz"))
(sha256
(base32
- "064jy1mqhnf1hvq6s04wlhmp916rd522x58djb9qixv13vc8gzxh"))))
+ "19dgdimpzr7pxk7pqvyin6j87gmvnf0rm35gzhmna8qr835wy3sr"))))
(build-system haskell-build-system)
(inputs
- `(("ghc-network-uri" ,ghc-network-uri)
+ `(("ghc-network-bsd" ,ghc-network-bsd)
+ ("ghc-network-uri" ,ghc-network-uri)
("ghc-network" ,ghc-network)))
(home-page "https://hackage.haskell.org/package/httpd-shed")
(synopsis "Simple web-server with an interact style API")
- 173/328: gnu: ghc-hslua: Update to 1.0.3.2., (continued)
- 173/328: gnu: ghc-hslua: Update to 1.0.3.2., guix-commits, 2019/11/16
- 103/328: gnu: ghc-zlib: Update to 0.6.2.1., guix-commits, 2019/11/16
- 143/328: gnu: ghc-typed-process: Update to 0.2.6.0., guix-commits, 2019/11/16
- 152/328: gnu: ghc-iproute: Update to 1.7.7., guix-commits, 2019/11/16
- 175/328: gnu: ghc-libmpd: Update to 0.9.0.10., guix-commits, 2019/11/16
- 179/328: gnu: ghc-tls-session-manager: Update to 0.0.3., guix-commits, 2019/11/16
- 140/328: gnu: ghc-atomic-write: Update to 0.2.0.6., guix-commits, 2019/11/16
- 142/328: gnu: ghc-network: Update to 2.8.0.1., guix-commits, 2019/11/16
- 147/328: gnu: ghc-system-fileio: Update to 0.3.16.4., guix-commits, 2019/11/16
- 165/328: gnu: ghc-haskell-src-exts-util: Update to 0.2.5., guix-commits, 2019/11/16
- 169/328: gnu: ghc-httpd-shed: Update to 0.4.1.1.,
guix-commits <=
- 182/328: gnu: ghc-snap-core: Update to 1.0.4.0., guix-commits, 2019/11/16
- 190/328: gnu: ghc-aeson-compat: Update to 0.3.9., guix-commits, 2019/11/16
- 187/328: gnu: ghc-skylighting-core: Update to 0.8.2.1., guix-commits, 2019/11/16
- 191/328: gnu: ghc-pandoc-types: Update to 1.17.6.1., guix-commits, 2019/11/16
- 197/328: gnu: ghc-inline-c-cpp: Update to 0.3.0.3., guix-commits, 2019/11/16
- 186/328: gnu: ghc-diff: Patch to work with newer QuickCheck., guix-commits, 2019/11/16
- 200/328: gnu: Add ghc-dense-linear-algebra., guix-commits, 2019/11/16
- 203/328: gnu: ghc-vault: Update to 0.3.1.3., guix-commits, 2019/11/16
- 205/328: gnu: Add ghc-network-byte-order., guix-commits, 2019/11/16
- 209/328: gnu: ghc-bsb-http-chunked: Update to 0.0.0.4., guix-commits, 2019/11/16