diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-12 19:45:23 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 13:37:32 +0100 |
commit | a5044b6a0ecc046ae29575bcc5a3e1ba7c5567f1 (patch) | |
tree | 424148c7bcbc82818d42b582310dbac6971478a9 /gnu/packages | |
parent | d0f4853a9cfdb7c3b74c28954b8cccafd055ebfe (diff) |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/haskell.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 03753c7e4b..e460a438f4 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -4393,7 +4393,7 @@ in migrated modules.") (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 @@ in migrated modules.") ".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) |