guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ghc-integer-logarithms: Update to 1.0.2.1.


From: Arun Isaac
Subject: 01/01: gnu: ghc-integer-logarithms: Update to 1.0.2.1.
Date: Sun, 26 Aug 2018 02:11:27 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 7550f4b0ef250268af7b5cc97ea9e1215371cec4
Author: Arun Isaac <address@hidden>
Date:   Fri Aug 24 12:18:27 2018 +0530

    gnu: ghc-integer-logarithms: Update to 1.0.2.1.
    
    * gnu/packages/haskell.scm (ghc-integer-logarithms): Update to 1.0.2.1.
    [inputs]: Move ghc-quickcheck, ghc-smallcheck, ghc-tasty, ghc-tasty-hunit,
    ghc-tasty-quickcheck, ghc-tasty-smallcheck ...
    [native-inputs]: ... to here.
    [home-page]: Update URI.
---
 gnu/packages/haskell.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index eefc1dc..cb4c0ef 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5054,7 +5054,7 @@ occurrences of a substring (the first in case of 
overlaps) with another.")
 (define-public ghc-integer-logarithms
   (package
     (name "ghc-integer-logarithms")
-    (version "1.0.2")
+    (version "1.0.2.1")
     (source
      (origin
        (method url-fetch)
@@ -5063,16 +5063,16 @@ occurrences of a substring (the first in case of 
overlaps) with another.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0w5mhak181zi6qr5h2zbcs9ymaqacisp9jwk99naz6s8zz5rq1ii"))))
+         "1wj8kgjg5bn2yrs4zh9qfjv85cx6w998j9pi39yrbv305944mb9j"))))
     (build-system haskell-build-system)
-    (inputs
-     `(("ghc-tasty" ,ghc-tasty)
-       ("ghc-tasty-smallcheck" ,ghc-tasty-smallcheck)
-       ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)
+    (native-inputs
+     `(("ghc-quickcheck" ,ghc-quickcheck)
+       ("ghc-smallcheck" ,ghc-smallcheck)
+       ("ghc-tasty" ,ghc-tasty)
        ("ghc-tasty-hunit" ,ghc-tasty-hunit)
-       ("ghc-quickcheck" ,ghc-quickcheck)
-       ("ghc-smallcheck" ,ghc-smallcheck)))
-    (home-page "https://github.com/phadej/integer-logarithms";)
+       ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)
+       ("ghc-tasty-smallcheck" ,ghc-tasty-smallcheck)))
+    (home-page "https://github.com/Bodigrim/integer-logarithms";)
     (synopsis "Integer logarithms")
     (description
      "This package provides the following modules:



reply via email to

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