samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 2994adca76df5e1cb898ecfe66f7b78ec00bc117
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 13:30:22 2019 -0400
gnu: ghc-chart: Update to 1.9.1.
* gnu/packages/haskell-xyz.scm (ghc-chart): Update to 1.9.1.
---
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 b43c441..3c32cf0 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1432,7 +1432,7 @@ Haskell, based on complemented PATRICIA tries.")
(define-public ghc-chart
(package
(name "ghc-chart")
- (version "1.9")
+ (version "1.9.1")
(source
(origin
(method url-fetch)
@@ -1440,7 +1440,7 @@ Haskell, based on complemented PATRICIA tries.")
"Chart-" version ".tar.gz"))
(sha256
(base32
- "1f5azj17y8xsb3gjhf7gg1gnnlq12rxkmfjmgcly314d7vghs05z"))))
+ "1pn735k9ifxlb9mdh8xy7wi22cxni8xyr28n8zx9w0j6vprcg89l"))))
(build-system haskell-build-system)
(inputs
`(("ghc-old-locale" ,ghc-old-locale)