samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit c0783abecb26d7acce10f76f3b6b8bb995c550a7
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 13:15:50 2019 -0400
gnu: ghc-statistics: Update to 0.15.1.1.
* gnu/packages/haskell-xyz.scm (ghc-statistics): Update to 0.15.1.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 eb963c3..3f9d8dc 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9376,7 +9376,7 @@ in the @code{IO} monad, like @code{IORef}s or parts of
the OpenGL state.")
(define-public ghc-statistics
(package
(name "ghc-statistics")
- (version "0.14.0.2")
+ (version "0.15.1.1")
(source
(origin
(method url-fetch)
@@ -9385,7 +9385,7 @@ in the @code{IO} monad, like @code{IORef}s or parts of
the OpenGL state.")
"statistics-" version ".tar.gz"))
(sha256
(base32
- "0y27gafkib0x0fn39qfn2rkgsfrm09ng35sbb5dwr7rclhnxz59l"))))
+ "015rn74f1glii26j4b2fh1fc63xvxzrh2xckiancz48kc8jdzabj"))))
(build-system haskell-build-system)
(arguments
'(#:cabal-revision