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.
This commit is contained in:
Ricardo Wurmus 2018-02-12 19:45:23 +01:00
parent d0f4853a9c
commit a5044b6a0e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4393,7 +4393,7 @@ (define-public ghc-integer-logarithms
(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 @@ (define-public ghc-scientific
".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)