guix-commits
[Top][All Lists]
Advanced

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

48/177: gnu: ghc-extra: Update to 1.6.3.


From: Ricardo Wurmus
Subject: 48/177: gnu: ghc-extra: Update to 1.6.3.
Date: Tue, 13 Feb 2018 07:38:09 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7d4de988a7b376358ff074803187546874f87376
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 21:52:43 2018 +0100

    gnu: ghc-extra: Update to 1.6.3.
    
    * gnu/packages/haskell.scm (ghc-extra): Update to 1.6.3.
    [inputs]: Add ghc-clock.
---
 gnu/packages/haskell.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d8144c3..cd944f4 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2607,7 +2607,7 @@ Strings.")
 (define-public ghc-extra
   (package
     (name "ghc-extra")
-    (version "1.4.2")
+    (version "1.6.3")
     (source
      (origin
        (method url-fetch)
@@ -2617,9 +2617,11 @@ Strings.")
              ".tar.gz"))
        (sha256
         (base32
-         "1h9hxkrqrqscx420yz1lmivbrhi6jc3a5ap61vkxd2mhdgark9hf"))))
+         "06ds0jlx6sljwdf63l154qbzia9mnsri79i9qm3xikky3nj9ia1m"))))
     (build-system haskell-build-system)
-    (inputs `(("ghc-quickcheck" ,ghc-quickcheck)))
+    (inputs
+     `(("ghc-clock" ,ghc-clock)
+       ("ghc-quickcheck" ,ghc-quickcheck)))
     (home-page "https://github.com/ndmitchell/extra";)
     (synopsis "Extra Haskell functions")
     (description "This library provides extra functions for the standard



reply via email to

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