aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-05 18:23:32 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-06 15:02:21 +0100
commita08801e205e0800c60e99743d9d47fe76a3a3aee (patch)
tree20aeed47f48c10596f4f7dc9391ad98b77421689 /gnu/packages/haskell-web.scm
parent12746aa9b8ab50c75f6546b9858b9c7686c7e960 (diff)
downloadguix-a08801e205e0800c60e99743d9d47fe76a3a3aee.tar
guix-a08801e205e0800c60e99743d9d47fe76a3a3aee.tar.gz
gnu: ghc-http-types: Update to 0.11.
* gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.11.
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 0d4129f8fc..fb7e27048b 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -95,7 +95,7 @@ for screen-scraping.")
(define-public ghc-http-types
(package
(name "ghc-http-types")
- (version "0.9")
+ (version "0.11")
(source
(origin
(method url-fetch)
@@ -105,7 +105,7 @@ for screen-scraping.")
".tar.gz"))
(sha256
(base32
- "0ny15jgm5skhs2yx6snr13lrnw19hwjgfygrpsmhib8wqa8cz8cc"))))
+ "08w30rf1i7kbh2j1iajqmj6yhhmglnb8kjggc8kdni3xahhrgcss"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: Tests cannot find
; Blaze.Bytestring.Builder, which should be