guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

62/257: gnu: ghc-unix-time: Update to 0.3.8.


From: Ricardo Wurmus
Subject: 62/257: gnu: ghc-unix-time: Update to 0.3.8.
Date: Thu, 27 Sep 2018 15:46:59 -0400 (EDT)

rekado pushed a commit to branch wip-haskell
in repository guix.

commit 28a18f91c207e3609c652044533296efec97aba3
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:18:23 2018 -0400

    gnu: ghc-unix-time: Update to 0.3.8.
    
    * gnu/packages/haskell.scm (ghc-unix-time): Update to 0.3.8.
---
 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 ae708bd..b344165 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2447,7 +2447,7 @@ but also need those types.")
 (define-public ghc-unix-time
   (package
     (name "ghc-unix-time")
-    (version "0.3.7")
+    (version "0.3.8")
     (source
      (origin
        (method url-fetch)
@@ -2457,7 +2457,7 @@ but also need those types.")
              ".tar.gz"))
        (sha256
         (base32
-         "1qdlc9raih8s0m3x8x3n7q3ngh4faw2alv9l78sp6gnx648k0c8i"))))
+         "051slgpid5cxiaw203ky0ql3823h28fcjs08axkzd4265wrvv8fw"))))
     (build-system haskell-build-system)
     (arguments
      `(#:tests? #f)) ; FIXME: Test fails with "System.Time not found".  This



reply via email to

[Prev in Thread] Current Thread [Next in Thread]