diff options
Diffstat (limited to 'packages/sundials/hmatrix-sundials.cabal')
-rw-r--r-- | packages/sundials/hmatrix-sundials.cabal | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/packages/sundials/hmatrix-sundials.cabal b/packages/sundials/hmatrix-sundials.cabal index 53afa58..5aa4373 100644 --- a/packages/sundials/hmatrix-sundials.cabal +++ b/packages/sundials/hmatrix-sundials.cabal | |||
@@ -1,16 +1,17 @@ | |||
1 | name: hmatrix-sundials | 1 | name: hmatrix-sundials |
2 | version: 0.1.0.0 | 2 | version: 0.1.0.0 |
3 | -- synopsis: | 3 | synopsis: hmatrix interface to sundials |
4 | -- description: | 4 | description: Foo bar baz |
5 | homepage: https://github.com/idontgetoutmuch/hmatrix/tree/sundials | 5 | homepage: https://github.com/idontgetoutmuch/hmatrix/tree/sundials |
6 | license: BSD3 | 6 | license: BSD3 |
7 | license-file: LICENSE | 7 | license-file: LICENSE |
8 | author: Dominic Steinitz | 8 | author: Dominic Steinitz |
9 | maintainer: dominic@steinitz.org | 9 | maintainer: dominic@steinitz.org |
10 | -- copyright: | 10 | copyright: Dominic Steinitz 2018, Novadiscovery 2018 |
11 | category: Math | 11 | category: Math |
12 | build-type: Simple | 12 | build-type: Simple |
13 | extra-source-files: ChangeLog.md | 13 | extra-source-files: ChangeLog.md, README.md, diagrams/*.png |
14 | extra-doc-files: diagrams/*.png | ||
14 | cabal-version: >=1.10 | 15 | cabal-version: >=1.10 |
15 | 16 | ||
16 | 17 | ||