summaryrefslogtreecommitdiff
path: root/packages/sundials/hmatrix-sundials.cabal
diff options
context:
space:
mode:
authoridontgetoutmuch <dominic@steinitz.org>2018-03-26 10:32:51 +0100
committerGitHub <noreply@github.com>2018-03-26 10:32:51 +0100
commit9fd7adf7dda75077b85f0337a548be9138fc1ed5 (patch)
tree03e23b7027dd1e7983a98328b47aa795256005de /packages/sundials/hmatrix-sundials.cabal
parent560f38ab27bcc44c80ce7d9c2e4972342170fe28 (diff)
Revert "Cleanups to Sundials PR"
Diffstat (limited to 'packages/sundials/hmatrix-sundials.cabal')
-rw-r--r--packages/sundials/hmatrix-sundials.cabal14
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
1name: hmatrix-sundials 4name: hmatrix-sundials
2version: 0.1.0.0 5version: 0.1.0.0
3homepage: https://github.com/albertoruiz/hmatrix/tree/sundials 6-- synopsis:
7-- description:
8homepage: https://github.com/idontgetoutmuch/hmatrix/tree/sundials
4license: BSD3 9license: BSD3
5license-file: LICENSE 10license-file: LICENSE
6author: Dominic Steinitz 11author: Dominic Steinitz
7maintainer: dominic@steinitz.org 12maintainer: dominic@steinitz.org
13-- copyright:
8category: Math 14category: Math
9build-type: Simple 15build-type: Simple
10extra-source-files: ChangeLog.md 16extra-source-files: ChangeLog.md
11cabal-version: >=1.10 17cabal-version: >=1.10
12 18
13extra-source-files: 19extra-source-files: src/helpers.c, src/helpers.h
14 src/helpers.c 20
15 src/helpers.h
16 21
17library 22library
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