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.
This commit is contained in:
Arun Isaac 2018-08-24 12:18:27 +05:30
parent b625f3a5fb
commit 7550f4b0ef
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -5054,7 +5054,7 @@ (define-public ghc-stringsearch
(define-public ghc-integer-logarithms (define-public ghc-integer-logarithms
(package (package
(name "ghc-integer-logarithms") (name "ghc-integer-logarithms")
(version "1.0.2") (version "1.0.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5063,16 +5063,16 @@ (define-public ghc-integer-logarithms
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0w5mhak181zi6qr5h2zbcs9ymaqacisp9jwk99naz6s8zz5rq1ii")))) "1wj8kgjg5bn2yrs4zh9qfjv85cx6w998j9pi39yrbv305944mb9j"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (native-inputs
`(("ghc-tasty" ,ghc-tasty) `(("ghc-quickcheck" ,ghc-quickcheck)
("ghc-tasty-smallcheck" ,ghc-tasty-smallcheck) ("ghc-smallcheck" ,ghc-smallcheck)
("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck) ("ghc-tasty" ,ghc-tasty)
("ghc-tasty-hunit" ,ghc-tasty-hunit) ("ghc-tasty-hunit" ,ghc-tasty-hunit)
("ghc-quickcheck" ,ghc-quickcheck) ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)
("ghc-smallcheck" ,ghc-smallcheck))) ("ghc-tasty-smallcheck" ,ghc-tasty-smallcheck)))
(home-page "https://github.com/phadej/integer-logarithms") (home-page "https://github.com/Bodigrim/integer-logarithms")
(synopsis "Integer logarithms") (synopsis "Integer logarithms")
(description (description
"This package provides the following modules: "This package provides the following modules: