summaryrefslogtreecommitdiff
path: root/packages/sundials/hmatrix-sundials.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sundials/hmatrix-sundials.cabal')
-rw-r--r--packages/sundials/hmatrix-sundials.cabal8
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/sundials/hmatrix-sundials.cabal b/packages/sundials/hmatrix-sundials.cabal
index 354f142..388f1db 100644
--- a/packages/sundials/hmatrix-sundials.cabal
+++ b/packages/sundials/hmatrix-sundials.cabal
@@ -1,7 +1,10 @@
1name: hmatrix-sundials 1name: hmatrix-sundials
2version: 0.19.0.0 2version: 0.19.0.0
3synopsis: hmatrix interface to sundials 3synopsis: hmatrix interface to sundials
4description: Foo bar baz 4description: An interface to the solving suite SUNDIALS. Currently, it
5 mimics the solving interface in hmstrix-gsl but
6 provides more diagnostic information and the
7 Butcher Tableaux (for Runge-Kutta methods).
5homepage: https://github.com/idontgetoutmuch/hmatrix/tree/sundials 8homepage: https://github.com/idontgetoutmuch/hmatrix/tree/sundials
6license: BSD3 9license: BSD3
7license-file: LICENSE 10license-file: LICENSE
@@ -12,7 +15,7 @@ category: Math
12build-type: Simple 15build-type: Simple
13extra-source-files: ChangeLog.md, README.md, diagrams/*.png 16extra-source-files: ChangeLog.md, README.md, diagrams/*.png
14extra-doc-files: diagrams/*.png 17extra-doc-files: diagrams/*.png
15cabal-version: >=1.10 18cabal-version: >=1.18
16 19
17 20
18library 21library
@@ -49,7 +52,6 @@ test-suite hmatrix-sundials-testsuite
49 lens, 52 lens,
50 hspec 53 hspec
51 hs-source-dirs: src 54 hs-source-dirs: src
52 default-language: Haskell2010
53 extra-libraries: sundials_arkode 55 extra-libraries: sundials_arkode
54 c-sources: src/helpers.c src/helpers.h 56 c-sources: src/helpers.c src/helpers.h
55 default-language: Haskell2010 57 default-language: Haskell2010