mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: ghc-tldr: Update to 0.9.2.
* gnu/packages/haskell-xyz.scm (ghc-tldr): Update to 0.9.2. [inputs]: Add ghc-attoparsec.
This commit is contained in:
parent
d13cb99e1d
commit
311f4be462
1 changed files with 3 additions and 2 deletions
|
@ -13733,7 +13733,7 @@ (define-public ghc-timezone-olson
|
|||
(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 @@ (define-public ghc-tldr
|
|||
".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)
|
||||
|
|
Loading…
Reference in a new issue