gnu: ghc-math-functions: Update to 0.3.3.0.

* gnu/packages/haskell-xyz.scm (ghc-math-functions): Update to 0.3.3.0.
[inputs]: Add 'ghc-data-default-class'.
This commit is contained in:
Timothy Sample 2019-10-31 10:09:43 -04:00
parent ca01f8d3af
commit b45de2bf24
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59

View File

@ -6039,7 +6039,7 @@ same time is a literate Haskell program.")
(define-public ghc-math-functions (define-public ghc-math-functions
(package (package
(name "ghc-math-functions") (name "ghc-math-functions")
(version "0.2.1.0") (version "0.3.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -6048,11 +6048,12 @@ same time is a literate Haskell program.")
"math-functions-" version ".tar.gz")) "math-functions-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1sv5vabsx332v1lpb6v3jv4zrzvpx1n7yprzd8wlcda5vsc5a6zp")))) "1s5nbs40sc3r4z08n0j8bw40cy0zkp03fjjn3p27zkd4fvm9kib3"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: 1 test fails. (arguments `(#:tests? #f)) ; FIXME: 1 test fails.
(inputs (inputs
`(("ghc-vector" ,ghc-vector) `(("ghc-data-default-class" ,ghc-data-default-class)
("ghc-vector" ,ghc-vector)
("ghc-vector-th-unbox" ,ghc-vector-th-unbox))) ("ghc-vector-th-unbox" ,ghc-vector-th-unbox)))
(native-inputs (native-inputs
`(("ghc-hunit" ,ghc-hunit) `(("ghc-hunit" ,ghc-hunit)