summaryrefslogtreecommitdiff
path: root/packages/sundials/hmatrix-sundials.cabal
diff options
context:
space:
mode:
authorDominic Steinitz <dominic@steinitz.org>2018-03-30 14:15:26 +0100
committerDominic Steinitz <dominic@steinitz.org>2018-03-30 14:15:26 +0100
commit5bcc77b1e115a8c8eb94a1aa1a441618bfeb0b54 (patch)
tree1471fa78eaa57e1807019fe4f10b20d2e2c27a4f /packages/sundials/hmatrix-sundials.cabal
parent94d26eb8ef7cf236127e9e51bb3c46348c4c6cfc (diff)
Improve naming
Diffstat (limited to 'packages/sundials/hmatrix-sundials.cabal')
-rw-r--r--packages/sundials/hmatrix-sundials.cabal7
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/sundials/hmatrix-sundials.cabal b/packages/sundials/hmatrix-sundials.cabal
index 83a30c7..7b44cea 100644
--- a/packages/sundials/hmatrix-sundials.cabal
+++ b/packages/sundials/hmatrix-sundials.cabal
@@ -1,6 +1,3 @@
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: 3-- synopsis:
@@ -29,14 +26,14 @@ library
29 hs-source-dirs: src 26 hs-source-dirs: src
30 exposed-modules: Numeric.Sundials.Arkode.ODE 27 exposed-modules: Numeric.Sundials.Arkode.ODE
31 other-modules: Types, 28 other-modules: Types,
32 Bar 29 Arkode
33 c-sources: src/helpers.c src/helpers.h 30 c-sources: src/helpers.c src/helpers.h
34 31
35executable sundials 32executable sundials
36 main-is: Main.hs 33 main-is: Main.hs
37 other-modules: Types, 34 other-modules: Types,
38 Numeric.Sundials.Arkode.ODE, 35 Numeric.Sundials.Arkode.ODE,
39 Bar 36 Arkode
40 other-extensions: QuasiQuotes 37 other-extensions: QuasiQuotes
41 build-depends: base >=4.10 && <4.11, 38 build-depends: base >=4.10 && <4.11,
42 inline-c >=0.6 && <0.7, 39 inline-c >=0.6 && <0.7,