Skip to content

Commit 6b38b57

Browse files
committed
Add synopsis & description
1 parent b206d0c commit 6b38b57

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

dense-linear-algebra/dense-linear-algebra.cabal

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: dense-linear-algebra
22
version: 0.1.0.0
3-
-- synopsis:
4-
-- description:
5-
homepage: https://github.com/githubuser/dense-linear-algebra
3+
synopsis: Simple and incomplete pure haskell implementation of linear algebra
4+
description:
5+
This library is simply collection of linear-algebra related modules
6+
split from statistics library.
7+
8+
-- homepage: https://github.com/githubuser/dense-linear-algebra
69
license: BSD3
710
license-file: LICENSE
811
author: Author name here

0 commit comments

Comments
 (0)