samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 5efbd0ef6a8d9f7f17a75e8d52a653cbadf308b7
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 13:33:24 2019 -0400
gnu: ghc-haddock-library: Update to 1.7.0.
* gnu/packages/haskell-xyz.scm (ghc-haddock-library): Update to 1.7.0.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index d3116ac..373d296 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4216,7 +4216,7 @@ documentation-generation tool for Haskell libraries.")
(define-public ghc-haddock-library
(package
(name "ghc-haddock-library")
- (version "1.5.0.1")
+ (version "1.7.0")
(source
(origin
(method url-fetch)
@@ -4226,7 +4226,7 @@ documentation-generation tool for Haskell libraries.")
".tar.gz"))
(sha256
(base32
- "1cmbg8l5xrwpliclwy3l057raypjqy0hsg1h1743ahaj8gq10b7z"))
+ "04fhcjk0pvsaqvsgp2w06cv2qvshq1xs1bwc157q4lmkgr57khp7"))
(patches (search-patches
"ghc-haddock-library-unbundle.patch"))
(modules '((guix build utils)))