mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-dense-linear-algebra: Use HTTPS home page.
* gnu/packages/haskell-xyz.scm (ghc-dense-linear-algebra)[home-page]: Use HTTPS.
This commit is contained in:
parent
dcfdc90855
commit
5015343709
1 changed files with 1 additions and 1 deletions
|
@ -2797,7 +2797,7 @@ providing an @code{rnf} implementation.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-hspec" ,ghc-hspec)
|
`(("ghc-hspec" ,ghc-hspec)
|
||||||
("ghc-quickcheck" ,ghc-quickcheck)))
|
("ghc-quickcheck" ,ghc-quickcheck)))
|
||||||
(home-page "http://hackage.haskell.org/package/dense-linear-algebra")
|
(home-page "https://hackage.haskell.org/package/dense-linear-algebra")
|
||||||
(synopsis "Simple and incomplete implementation of linear algebra")
|
(synopsis "Simple and incomplete implementation of linear algebra")
|
||||||
(description "This library is simply a collection of linear-algebra
|
(description "This library is simply a collection of linear-algebra
|
||||||
related modules split from the statistics library.")
|
related modules split from the statistics library.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue