guix-commits
[Top][All Lists]
Advanced

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

19/177: gnu: ghc-scientific: Update to 0.3.5.2.


From: Ricardo Wurmus
Subject: 19/177: gnu: ghc-scientific: Update to 0.3.5.2.
Date: Tue, 13 Feb 2018 07:38:04 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a5044b6a0ecc046ae29575bcc5a3e1ba7c5567f1
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 19:45:23 2018 +0100

    gnu: ghc-scientific: Update to 0.3.5.2.
    
    * gnu/packages/haskell.scm (ghc-scientific): Update to 0.3.5.2.
    [inputs]: Add ghc-integer-logarithms and ghc-primitive; remove ghc-vector.
---
 gnu/packages/haskell.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 03753c7..e460a43 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4393,7 +4393,7 @@ in migrated modules.")
 (define-public ghc-scientific
   (package
     (name "ghc-scientific")
-    (version "0.3.4.2")
+    (version "0.3.5.2")
     (source
      (origin
        (method url-fetch)
@@ -4403,12 +4403,13 @@ in migrated modules.")
              ".tar.gz"))
        (sha256
         (base32
-         "0mimdkva0cgzaychr6whv9if29z0r5wwhkss9bmd4rz8kq1kgngn"))))
+         "0msnjz7ml0zycw9bssslxbg0nigziw7vs5km4q3vjbs8jpzpkr2w"))))
     (build-system haskell-build-system)
     (inputs
-     `(("ghc-hashable" ,ghc-hashable)
-       ("ghc-vector" ,ghc-vector)
+     `(("ghc-integer-logarithms" ,ghc-integer-logarithms)
        ("ghc-text" ,ghc-text)
+       ("ghc-hashable" ,ghc-hashable)
+       ("ghc-primitive" ,ghc-primitive)
        ("ghc-tasty" ,ghc-tasty)
        ("ghc-tasty-ant-xml" ,ghc-tasty-ant-xml)
        ("ghc-tasty-hunit" ,ghc-tasty-hunit)



reply via email to

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