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.cabal11
1 files changed, 3 insertions, 8 deletions
diff --git a/packages/sundials/hmatrix-sundials.cabal b/packages/sundials/hmatrix-sundials.cabal
index 762537e..cd99b8d 100644
--- a/packages/sundials/hmatrix-sundials.cabal
+++ b/packages/sundials/hmatrix-sundials.cabal
@@ -1,23 +1,18 @@
1-- Initial sundials.cabal generated by cabal init. For further
2-- documentation, see http://haskell.org/cabal/users-guide/
3
4name: hmatrix-sundials 1name: hmatrix-sundials
5version: 0.1.0.0 2version: 0.1.0.0
6-- synopsis:
7-- description:
8homepage: https://github.com/idontgetoutmuch/hmatrix/tree/sundials 3homepage: https://github.com/idontgetoutmuch/hmatrix/tree/sundials
9license: BSD3 4license: BSD3
10license-file: LICENSE 5license-file: LICENSE
11author: Dominic Steinitz 6author: Dominic Steinitz
12maintainer: dominic@steinitz.org 7maintainer: dominic@steinitz.org
13-- copyright:
14category: Math 8category: Math
15build-type: Simple 9build-type: Simple
16extra-source-files: ChangeLog.md 10extra-source-files: ChangeLog.md
17cabal-version: >=1.10 11cabal-version: >=1.10
18 12
19extra-source-files: src/helpers.c, src/helpers.h 13extra-source-files:
20 14 src/helpers.c
15 src/helpers.h
21 16
22library 17library
23 build-depends: base >=4.10 && <4.11, 18 build-depends: base >=4.10 && <4.11,