mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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:
parent
2927343183
commit
c839da8512
1 changed files with 3 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue