summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 12:56:26 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:21 -0500
commit871ceb317bdcc61112928f7f030297839701ce64 (patch)
tree2e1389d3d7468befd53ed5cab333f40f772cd605 /gnu/packages/haskell-xyz.scm
parente9f64fa00bef905f5f6ba6875025adc6fc151973 (diff)
downloadguix-patches-871ceb317bdcc61112928f7f030297839701ce64.tar
guix-patches-871ceb317bdcc61112928f7f030297839701ce64.tar.gz
gnu: ghc-tldr: Update to 0.4.0.2.
* gnu/packages/haskell-xyz.scm (ghc-tldr): Update to 0.4.0.2.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index e7276795a9..f6b8bde303 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10606,7 +10606,7 @@ used CPU time of monadic computation with an IO base.")
(define-public ghc-tldr
(package
(name "ghc-tldr")
- (version "0.4.0.1")
+ (version "0.4.0.2")
(source
(origin
(method url-fetch)
@@ -10616,7 +10616,7 @@ used CPU time of monadic computation with an IO base.")
".tar.gz"))
(sha256
(base32
- "0nc581y9jjzwd8l88g48c72mla7k6q1w102akl7gl5jsk9ljamd3"))))
+ "1zy9yyg7bxiyz1prkvrscggsb9p0f8y0nqxxxzlgzvnh2nmqf8f2"))))
(build-system haskell-build-system)
(inputs
`(("ghc-cmark" ,ghc-cmark)