samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 2cccb30a4ef9a4b077f706a15c2a260aa10a7161
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 7a41963..d6f99ef 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5190,7 +5190,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)
@@ -5199,7 +5199,7 @@ minimal overhead. No FFI required.")
version ".tar.gz"))
(sha256
(base32
- "1wj8kgjg5bn2yrs4zh9qfjv85cx6w998j9pi39yrbv305944mb9j"))))
+ "05pc5hws66csvcvfswlwcr2fplwn1lbssvwifjxkbbwqhq0n5qjs"))))
(build-system haskell-build-system)
(arguments
`(#:phases