guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ghc-scientific: Update to 0.3.6.2.


From: Arun Isaac
Subject: 01/01: gnu: ghc-scientific: Update to 0.3.6.2.
Date: Sun, 26 Aug 2018 02:19:09 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 2cad58ca6f1b1dfe23a1ca6f608df75935459b33
Author: Arun Isaac <address@hidden>
Date:   Fri Aug 24 12:43:52 2018 +0530

    gnu: ghc-scientific: Update to 0.3.6.2.
    
    * gnu/packages/haskell.scm (ghc-scientific): Update to 0.3.6.2.
    [inputs]: Move ghc-tasty ...
    [native-inputs]: ... to here.
---
 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 cb4c0ef..7d7d85f 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5086,7 +5086,7 @@ in migrated modules.")
 (define-public ghc-scientific
   (package
     (name "ghc-scientific")
-    (version "0.3.5.2")
+    (version "0.3.6.2")
     (source
      (origin
        (method url-fetch)
@@ -5096,14 +5096,15 @@ in migrated modules.")
              ".tar.gz"))
        (sha256
         (base32
-         "0msnjz7ml0zycw9bssslxbg0nigziw7vs5km4q3vjbs8jpzpkr2w"))))
+         "03ql2f0ac8bsl524idy9xxa3kxisb2sj3avflzw580j5hzy0m397"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-integer-logarithms" ,ghc-integer-logarithms)
        ("ghc-text" ,ghc-text)
        ("ghc-hashable" ,ghc-hashable)
-       ("ghc-primitive" ,ghc-primitive)
-       ("ghc-tasty" ,ghc-tasty)
+       ("ghc-primitive" ,ghc-primitive)))
+    (native-inputs
+     `(("ghc-tasty" ,ghc-tasty)
        ("ghc-tasty-ant-xml" ,ghc-tasty-ant-xml)
        ("ghc-tasty-hunit" ,ghc-tasty-hunit)
        ("ghc-tasty-smallcheck" ,ghc-tasty-smallcheck)



reply via email to

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