diff options
author | Dominic Steinitz <dominic@steinitz.org> | 2018-04-22 13:36:19 +0100 |
---|---|---|
committer | Dominic Steinitz <dominic@steinitz.org> | 2018-04-22 13:36:19 +0100 |
commit | ceef0be7afe2292905e48e4a055e13cc2de70b2b (patch) | |
tree | aca43e42e0ad1f7cd3624060624dfc1a12b0e4d7 /packages/sundials/hmatrix-sundials.cabal | |
parent | 5a585396ad0e059fbb4bda05569a8e5bc4ae5250 (diff) |
Fix hackage upload errors
Diffstat (limited to 'packages/sundials/hmatrix-sundials.cabal')
-rw-r--r-- | packages/sundials/hmatrix-sundials.cabal | 8 |
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 @@ | |||
1 | name: hmatrix-sundials | 1 | name: hmatrix-sundials |
2 | version: 0.19.0.0 | 2 | version: 0.19.0.0 |
3 | synopsis: hmatrix interface to sundials | 3 | synopsis: hmatrix interface to sundials |
4 | description: Foo bar baz | 4 | description: 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). | ||
5 | homepage: https://github.com/idontgetoutmuch/hmatrix/tree/sundials | 8 | homepage: https://github.com/idontgetoutmuch/hmatrix/tree/sundials |
6 | license: BSD3 | 9 | license: BSD3 |
7 | license-file: LICENSE | 10 | license-file: LICENSE |
@@ -12,7 +15,7 @@ category: Math | |||
12 | build-type: Simple | 15 | build-type: Simple |
13 | extra-source-files: ChangeLog.md, README.md, diagrams/*.png | 16 | extra-source-files: ChangeLog.md, README.md, diagrams/*.png |
14 | extra-doc-files: diagrams/*.png | 17 | extra-doc-files: diagrams/*.png |
15 | cabal-version: >=1.10 | 18 | cabal-version: >=1.18 |
16 | 19 | ||
17 | 20 | ||
18 | library | 21 | library |
@@ -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 |