[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
169/329: gnu: ghc-httpd-shed: Update to 0.4.1.1.
From: |
guix-commits |
Subject: |
169/329: gnu: ghc-httpd-shed: Update to 0.4.1.1. |
Date: |
Wed, 20 Nov 2019 21:17:52 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 858bf39fd05db082ccffe07baf6cd3e799704a18
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")
- 220/329: gnu: ghc-contravariant-extras: Update Cabal file to r1., (continued)
- 220/329: gnu: ghc-contravariant-extras: Update Cabal file to r1., guix-commits, 2019/11/20
- 219/329: gnu: ghc-wai-logger: Update to 2.3.5., guix-commits, 2019/11/20
- 223/329: gnu: ghc-rebase: Update to 1.3.1.1., guix-commits, 2019/11/20
- 222/329: gnu: ghc-cryptohash-sha1: Update Cabal file to r4., guix-commits, 2019/11/20
- 226/329: gnu: ghc-vector-builder: Update to 0.3.8., guix-commits, 2019/11/20
- 230/329: gnu: ghc-conduit-extra: Update to 1.3.4., guix-commits, 2019/11/20
- 229/329: gnu: ghc-conduit: Update to 1.3.1.1., guix-commits, 2019/11/20
- 232/329: gnu: Add ghc-libyaml., guix-commits, 2019/11/20
- 235/329: gnu: ghc-monad-logger: Update to 0.3.30., guix-commits, 2019/11/20
- 248/329: gnu: ghc-hackage-security: Update Cabal file to r6., guix-commits, 2019/11/20
- 169/329: gnu: ghc-httpd-shed: Update to 0.4.1.1.,
guix-commits <=
- 231/329: gnu: Add libyaml@2.1., guix-commits, 2019/11/20
- 233/329: gnu: ghc-yaml: Update to 0.11.1.2., guix-commits, 2019/11/20
- 243/329: gnu: ghc-stm-conduit: Update to 4.0.1., guix-commits, 2019/11/20
- 179/329: gnu: ghc-tls-session-manager: Update to 0.0.3., guix-commits, 2019/11/20
- 193/329: gnu: ghc-semigroupoids: Update to 5.3.3., guix-commits, 2019/11/20
- 205/329: gnu: Add ghc-network-byte-order., guix-commits, 2019/11/20
- 206/329: gnu: ghc-http2: Update to 1.6.5., guix-commits, 2019/11/20
- 213/329: gnu: ghc-path-io: Update to 1.4.2., guix-commits, 2019/11/20
- 221/329: gnu: ghc-cryptohash-md5: Update Cabal file to r4., guix-commits, 2019/11/20
- 227/329: gnu: ghc-foldl: Update to 1.4.5., guix-commits, 2019/11/20