rekado pushed a commit to branch master
in repository guix.
commit 5b4f61701dfe3edcdf55a4cbdc70bc6af4c91ac1
Author: Ricardo Wurmus <[email protected]>
Date: Mon Feb 12 22:45:05 2018 +0100
gnu: ghc-time: Update to 0.3.7.
* gnu/packages/haskell.scm (ghc-time): Update to 0.3.7.
---
gnu/packages/haskell.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 95e007b..4c56cb6 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2164,7 +2164,7 @@ but also need those types.")
(define-public ghc-unix-time
(package
(name "ghc-unix-time")
- (version "0.3.6")
+ (version "0.3.7")
(source
(origin
(method url-fetch)
@@ -2174,7 +2174,7 @@ but also need those types.")
".tar.gz"))
(sha256
(base32
- "0dyvyxwaffb94bgri1wc4b9wqaasy32pyjn0lww3dqblxv8fn5ax"))))
+ "1qdlc9raih8s0m3x8x3n7q3ngh4faw2alv9l78sp6gnx648k0c8i"))))
(build-system haskell-build-system)
(arguments
`(#:tests? #f)) ; FIXME: Test fails with "System.Time not found". This