summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2021-10-25 14:28:40 +0200
committerLars-Dominik Braun <lars@6xq.net>2021-11-02 09:32:53 +0100
commit311f4be462d9eb1c6c82103e0e00119414edd7b1 (patch)
treebcf5870e2b1cf2a852400d73379a3a2dbfa48cec /gnu/packages/haskell-xyz.scm
parentd13cb99e1d370ea36c19f509f5ca8f3d7a147722 (diff)
downloadguix-311f4be462d9eb1c6c82103e0e00119414edd7b1.tar.gz
guix-311f4be462d9eb1c6c82103e0e00119414edd7b1.tar.xz
gnu: ghc-tldr: Update to 0.9.2.
* gnu/packages/haskell-xyz.scm (ghc-tldr): Update to 0.9.2. [inputs]: Add ghc-attoparsec.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index abb945ab47..232783b8c7 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)