summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-web.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:22:41 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:37 -0500
commit13e889a7583a38669f6c5feacea872945a3a1522 (patch)
tree71f40aed195a1a6444b00bd8f5081532b71bd292 /gnu/packages/haskell-web.scm
parent26980aae0bb53460ed0e1e18211ea8c921b470f9 (diff)
downloadguix-patches-13e889a7583a38669f6c5feacea872945a3a1522.tar
guix-patches-13e889a7583a38669f6c5feacea872945a3a1522.tar.gz
gnu: ghc-http: Update to 4000.3.14.
* gnu/packages/haskell-web.scm (ghc-http): Update to 4000.3.14.
Diffstat (limited to 'gnu/packages/haskell-web.scm')
-rw-r--r--gnu/packages/haskell-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 7b887d7be5..a6ed7e1c0d 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -147,7 +147,7 @@ both client and server code).")
(define-public ghc-http
(package
(name "ghc-http")
- (version "4000.3.12")
+ (version "4000.3.14")
(outputs '("out" "doc"))
(source
(origin
@@ -156,7 +156,7 @@ both client and server code).")
"HTTP-" version ".tar.gz"))
(sha256
(base32
- "140r6qy1ay25piv0z3hih11zhigyi08nkwc32097j43pjff6mzx3"))))
+ "0yv8mbjicpl7l2017c4dhm49117lblgwpy1llv368wci1vrxf0m6"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-httpd-shed" ,ghc-httpd-shed)