mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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'.
This commit is contained in:
parent
30eebbe6c3
commit
858bf39fd0
1 changed files with 4 additions and 3 deletions
|
@ -95,7 +95,7 @@ (define-public ghc-cookie
|
|||
(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 @@ (define-public ghc-httpd-shed
|
|||
"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")
|
||||
|
|
Loading…
Reference in a new issue