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
1 changed files with 3 additions and 2 deletions

View File

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