samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit dc88f2bd24e6c2cca4c6ffda793478f409b5bda6
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 10:18:57 2019 -0400
gnu: ghc-integer-logarithms: Update to 1.0.3.
* gnu/packages/haskell-xyz.scm (ghc-integer-logarithms): Update to 1.0.3.
---
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 0b7126f..1e38356 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5183,7 +5183,7 @@ minimal overhead. No FFI required.")
(define-public ghc-integer-logarithms
(package
(name "ghc-integer-logarithms")
- (version "1.0.2.1")
+ (version "1.0.3")
(source
(origin
(method url-fetch)
@@ -5192,7 +5192,7 @@ minimal overhead. No FFI required.")
version ".tar.gz"))
(sha256
(base32
- "1wj8kgjg5bn2yrs4zh9qfjv85cx6w998j9pi39yrbv305944mb9j"))))
+ "05pc5hws66csvcvfswlwcr2fplwn1lbssvwifjxkbbwqhq0n5qjs"))))
(build-system haskell-build-system)
(arguments
`(#:phases