gnu: ghc-hmatrix: Update to 0.19.0.0.

* gnu/packages/haskell.scm (ghc-hmatrix): Update to 0.19.0.0.
[inputs]: Add ghc-semigroups.
This commit is contained in:
Timothy Sample 2018-08-28 22:42:16 -04:00 committed by Ricardo Wurmus
parent 2927343183
commit c839da8512
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7675,7 +7675,7 @@ (define-public ghc-storable-complex
(define-public ghc-hmatrix
(package
(name "ghc-hmatrix")
(version "0.18.1.0")
(version "0.19.0.0")
(source
(origin
(method url-fetch)
@ -7683,12 +7683,13 @@ (define-public ghc-hmatrix
"https://hackage.haskell.org/package/hmatrix/hmatrix-"
version ".tar.gz"))
(sha256
(base32 "07zkwvg872hfk6jyn4s54ws8mvclynazaxf7fsbqi16dmf9dn61c"))))
(base32 "10jd69nby29dggghcyjk6ykyr5wrn97nrv1dkpyrp0y5xm12xssj"))))
(build-system haskell-build-system)
(inputs
`(("ghc-random" ,ghc-random)
("ghc-split" ,ghc-split)
("ghc-storable-complex" ,ghc-storable-complex)
("ghc-semigroups" ,ghc-semigroups)
("ghc-vector" ,ghc-vector)
;;("openblas" ,openblas)
("lapack" ,lapack)))