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:
parent
d0f4853a9c
commit
a5044b6a0e
|
@ -4393,7 +4393,7 @@ in migrated modules.")
|
||||||
(define-public ghc-scientific
|
(define-public ghc-scientific
|
||||||
(package
|
(package
|
||||||
(name "ghc-scientific")
|
(name "ghc-scientific")
|
||||||
(version "0.3.4.2")
|
(version "0.3.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4403,12 +4403,13 @@ in migrated modules.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mimdkva0cgzaychr6whv9if29z0r5wwhkss9bmd4rz8kq1kgngn"))))
|
"0msnjz7ml0zycw9bssslxbg0nigziw7vs5km4q3vjbs8jpzpkr2w"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-hashable" ,ghc-hashable)
|
`(("ghc-integer-logarithms" ,ghc-integer-logarithms)
|
||||||
("ghc-vector" ,ghc-vector)
|
|
||||||
("ghc-text" ,ghc-text)
|
("ghc-text" ,ghc-text)
|
||||||
|
("ghc-hashable" ,ghc-hashable)
|
||||||
|
("ghc-primitive" ,ghc-primitive)
|
||||||
("ghc-tasty" ,ghc-tasty)
|
("ghc-tasty" ,ghc-tasty)
|
||||||
("ghc-tasty-ant-xml" ,ghc-tasty-ant-xml)
|
("ghc-tasty-ant-xml" ,ghc-tasty-ant-xml)
|
||||||
("ghc-tasty-hunit" ,ghc-tasty-hunit)
|
("ghc-tasty-hunit" ,ghc-tasty-hunit)
|
||||||
|
|
Loading…
Reference in New Issue