[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/45: gnu: ghc-tldr: Update to 0.9.2.
From: |
guix-commits |
Subject: |
34/45: gnu: ghc-tldr: Update to 0.9.2. |
Date: |
Tue, 2 Nov 2021 05:07:57 -0400 (EDT) |
lbraun pushed a commit to branch master
in repository guix.
commit 311f4be462d9eb1c6c82103e0e00119414edd7b1
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Mon Oct 25 14:28:40 2021 +0200
gnu: ghc-tldr: Update to 0.9.2.
* gnu/packages/haskell-xyz.scm (ghc-tldr): Update to 0.9.2.
[inputs]: Add ghc-attoparsec.
---
gnu/packages/haskell-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index abb945a..232783b 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -13733,7 +13733,7 @@ objects from the timezone-series package.")
(define-public ghc-tldr
(package
(name "ghc-tldr")
- (version "0.9.1")
+ (version "0.9.2")
(source
(origin
(method url-fetch)
@@ -13743,10 +13743,11 @@ objects from the timezone-series package.")
".tar.gz"))
(sha256
(base32
- "0xgj3mf51iv68fhgyrjvxfmzrbcwnk7siaynm213x0kgcyvkwbz0"))))
+ "1yypb9zhsj9ks7bbw2sayqv3rn9y8z3w5p1xmsnwb4w99dqmvcx5"))))
(build-system haskell-build-system)
(inputs
`(("ghc-ansi-terminal" ,ghc-ansi-terminal)
+ ("ghc-attoparsec" ,ghc-attoparsec)
("ghc-cmark" ,ghc-cmark)
("ghc-http-conduit" ,ghc-http-conduit)
("ghc-optparse-applicative" ,ghc-optparse-applicative)
- branch master updated (1865860 -> 5e8b18d), guix-commits, 2021/11/02
- 02/45: gnu: ghc-tasty-silver: Update to 3.2.3., guix-commits, 2021/11/02
- 09/45: gnu: ghc-aeson-pretty: Update to 0.8.9., guix-commits, 2021/11/02
- 10/45: gnu: ghc-aeson-qq: Update to 0.8.4., guix-commits, 2021/11/02
- 07/45: gnu: ghc-wai-extra: Update to 3.1.7., guix-commits, 2021/11/02
- 04/45: gnu: ghc-cryptohash-sha256: Update to 0.11.102.1., guix-commits, 2021/11/02
- 08/45: gnu: ghc-warp-tls: Update to 3.3.2., guix-commits, 2021/11/02
- 18/45: gnu: ghc-hslua: Update to 1.3.0.2., guix-commits, 2021/11/02
- 21/45: gnu: ghc-lzma-conduit: Update to 1.2.2., guix-commits, 2021/11/02
- 29/45: gnu: ghc-prettyprinter-ansi-terminal: Update to 1.1.3., guix-commits, 2021/11/02
- 34/45: gnu: ghc-tldr: Update to 0.9.2.,
guix-commits <=
- 11/45: gnu: ghc-aeson-compat: Update to 0.3.10., guix-commits, 2021/11/02
- 06/45: gnu: ghc-hsopenssl: Update to 0.11.7.2., guix-commits, 2021/11/02
- 13/45: gnu: ghc-blaze-builder: Update to 0.4.2.2., guix-commits, 2021/11/02
- 19/45: gnu: ghc-ipynb: Update to 0.1.0.2., guix-commits, 2021/11/02
- 22/45: gnu: ghc-mono-traversable: Update to 1.0.15.3., guix-commits, 2021/11/02
- 20/45: gnu: ghc-juicypixels: Update to 3.3.6., guix-commits, 2021/11/02
- 25/45: gnu: ghc-doclayout: Update to 0.3.1.1., guix-commits, 2021/11/02
- 35/45: gnu: ghc-tree-diff: Update to 0.2.1., guix-commits, 2021/11/02
- 33/45: gnu: ghc-texmath: Update to 0.12.3.2., guix-commits, 2021/11/02
- 23/45: gnu: ghc-operational: Update to 0.2.4.0., guix-commits, 2021/11/02