guix-commits
[Top][All Lists]
Advanced

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

75/328: gnu: ghc-math-functions: Update to 0.3.3.0.


From: guix-commits
Subject: 75/328: gnu: ghc-math-functions: Update to 0.3.3.0.
Date: Sat, 16 Nov 2019 19:32:26 -0500 (EST)

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

commit 9e7cf5a97640075bc81d706d774918f74686d842
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:09:43 2019 -0400

    gnu: ghc-math-functions: Update to 0.3.3.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-math-functions): Update to 0.3.3.0.
    [inputs]: Add 'ghc-data-default-class'.
---
 gnu/packages/haskell-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index d830dad..799b3d8 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6039,7 +6039,7 @@ same time is a literate Haskell program.")
 (define-public ghc-math-functions
   (package
     (name "ghc-math-functions")
-    (version "0.2.1.0")
+    (version "0.3.3.0")
     (source
      (origin
        (method url-fetch)
@@ -6048,11 +6048,12 @@ same time is a literate Haskell program.")
                            "math-functions-" version ".tar.gz"))
        (sha256
         (base32
-         "1sv5vabsx332v1lpb6v3jv4zrzvpx1n7yprzd8wlcda5vsc5a6zp"))))
+         "1s5nbs40sc3r4z08n0j8bw40cy0zkp03fjjn3p27zkd4fvm9kib3"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f))  ; FIXME: 1 test fails.
     (inputs
-     `(("ghc-vector" ,ghc-vector)
+     `(("ghc-data-default-class" ,ghc-data-default-class)
+       ("ghc-vector" ,ghc-vector)
        ("ghc-vector-th-unbox" ,ghc-vector-th-unbox)))
     (native-inputs
      `(("ghc-hunit" ,ghc-hunit)



reply via email to

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