diff options
Diffstat (limited to 'packages/sundials/hmatrix-sundials.cabal')
-rw-r--r-- | packages/sundials/hmatrix-sundials.cabal | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/packages/sundials/hmatrix-sundials.cabal b/packages/sundials/hmatrix-sundials.cabal index 1ddede3..762537e 100644 --- a/packages/sundials/hmatrix-sundials.cabal +++ b/packages/sundials/hmatrix-sundials.cabal | |||
@@ -1,18 +1,23 @@ | |||
1 | -- Initial sundials.cabal generated by cabal init. For further | ||
2 | -- documentation, see http://haskell.org/cabal/users-guide/ | ||
3 | |||
1 | name: hmatrix-sundials | 4 | name: hmatrix-sundials |
2 | version: 0.1.0.0 | 5 | version: 0.1.0.0 |
3 | homepage: https://github.com/albertoruiz/hmatrix/tree/sundials | 6 | -- synopsis: |
7 | -- description: | ||
8 | homepage: https://github.com/idontgetoutmuch/hmatrix/tree/sundials | ||
4 | license: BSD3 | 9 | license: BSD3 |
5 | license-file: LICENSE | 10 | license-file: LICENSE |
6 | author: Dominic Steinitz | 11 | author: Dominic Steinitz |
7 | maintainer: dominic@steinitz.org | 12 | maintainer: dominic@steinitz.org |
13 | -- copyright: | ||
8 | category: Math | 14 | category: Math |
9 | build-type: Simple | 15 | build-type: Simple |
10 | extra-source-files: ChangeLog.md | 16 | extra-source-files: ChangeLog.md |
11 | cabal-version: >=1.10 | 17 | cabal-version: >=1.10 |
12 | 18 | ||
13 | extra-source-files: | 19 | extra-source-files: src/helpers.c, src/helpers.h |
14 | src/helpers.c | 20 | |
15 | src/helpers.h | ||
16 | 21 | ||
17 | library | 22 | library |
18 | build-depends: base >=4.10 && <4.11, | 23 | build-depends: base >=4.10 && <4.11, |
@@ -36,7 +41,6 @@ executable sundials | |||
36 | template-haskell >=2.12 && <2.13, | 41 | template-haskell >=2.12 && <2.13, |
37 | containers >=0.5 && <0.6, | 42 | containers >=0.5 && <0.6, |
38 | hmatrix>=0.18, | 43 | hmatrix>=0.18, |
39 | lens, | ||
40 | plots, | 44 | plots, |
41 | diagrams-lib, | 45 | diagrams-lib, |
42 | diagrams-rasterific | 46 | diagrams-rasterific |