[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/53: gnu: ghc-tagsoup: Update to 0.14.6.
From: |
Ricardo Wurmus |
Subject: |
16/53: gnu: ghc-tagsoup: Update to 0.14.6. |
Date: |
Thu, 16 Aug 2018 11:04:58 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 545de2a28cb5e6f9c6cf0fcf045f867f5db5db51
Author: Ricardo Wurmus <address@hidden>
Date: Wed Aug 15 11:22:21 2018 +0200
gnu: ghc-tagsoup: Update to 0.14.6.
* gnu/packages/haskell-web.scm (ghc-tagsoup): Update to 0.14.6.
---
gnu/packages/haskell-web.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 1f19f82..83de961 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -36,17 +36,15 @@
(define-public ghc-tagsoup
(package
(name "ghc-tagsoup")
- (version "0.14.3")
+ (version "0.14.6")
(source
(origin
(method url-fetch)
- (uri (string-append
- "https://hackage.haskell.org/package/tagsoup/tagsoup-"
- version
- ".tar.gz"))
+ (uri (string-append "https://hackage.haskell.org/package/tagsoup/"
+ "tagsoup-" version ".tar.gz"))
(sha256
(base32
- "00j2rm2sx0syn16kg2402fz4k8yqfl9knmi367jsiycds1q9zzf9"))))
+ "1yv3dbyb0i1yqm796jgc4jj5kxkla1sxb3b2klw5ks182kdx8kjb"))))
(build-system haskell-build-system)
(inputs `(("ghc-text" ,ghc-text)))
(native-inputs
- 13/53: gnu: ghc-hspec-contrib: Update to 0.5.0., (continued)
- 13/53: gnu: ghc-hspec-contrib: Update to 0.5.0., Ricardo Wurmus, 2018/08/16
- 32/53: gnu: ghc-pandoc-types-for-pandoc-1: Loosen version constraints., Ricardo Wurmus, 2018/08/16
- 18/53: gnu: ghc-http-types: Update to 0.12.1., Ricardo Wurmus, 2018/08/16
- 34/53: gnu: ghc-resourcet: Update to 1.2.1., Ricardo Wurmus, 2018/08/16
- 12/53: gnu: ghc-hspec-meta: Update to 2.4.6., Ricardo Wurmus, 2018/08/16
- 15/53: gnu: ghc-hspec: Update to 2.5.5., Ricardo Wurmus, 2018/08/16
- 38/53: gnu: ghc-enclosed-exceptions: Update to 1.0.3., Ricardo Wurmus, 2018/08/16
- 23/53: gnu: ghc-test-framework-hunit: Fix build with new HUnit., Ricardo Wurmus, 2018/08/16
- 42/53: gnu: Add ghc-double-conversion., Ricardo Wurmus, 2018/08/16
- 44/53: gnu: Add ghc-errorcall-eq-instance., Ricardo Wurmus, 2018/08/16
- 16/53: gnu: ghc-tagsoup: Update to 0.14.6.,
Ricardo Wurmus <=
- 26/53: gnu: ghc-uuid: Allow building with newer HUnit., Ricardo Wurmus, 2018/08/16
- 33/53: gnu: ghc-pandoc-types: Update to 1.17.5.1., Ricardo Wurmus, 2018/08/16
- 11/53: gnu: ghc-hspec-core: Update to 2.5.5., Ricardo Wurmus, 2018/08/16
- 31/53: gnu: ghc-conduit: Update to 1.3.0.3., Ricardo Wurmus, 2018/08/16
- 17/53: gnu: Add ghc-httpd-shed., Ricardo Wurmus, 2018/08/16
- 20/53: gnu: ghc-http-conduit: Update to 2.3.2., Ricardo Wurmus, 2018/08/16
- 25/53: gnu: ghc-uuid-types: Allow building with newer HUnit., Ricardo Wurmus, 2018/08/16
- 39/53: gnu: ghc-vector-algorithms: Fix build errors., Ricardo Wurmus, 2018/08/16
- 35/53: gnu: ghc-streaming-commons: Update to 0.2.1.0., Ricardo Wurmus, 2018/08/16
- 41/53: gnu: Add ghc-convertible., Ricardo Wurmus, 2018/08/16