summaryrefslogtreecommitdiff
path: root/packages/sundials/sundials.cabal
diff options
context:
space:
mode:
authorDominic Steinitz <dominic@steinitz.org>2018-03-12 08:44:48 +0000
committerDominic Steinitz <dominic@steinitz.org>2018-03-12 08:44:48 +0000
commit7c2337e093ecd7d367d30d567bf5172ee639666b (patch)
tree29a698ef45046361501f64ea66916ad2854ca2f2 /packages/sundials/sundials.cabal
parenta22963fa83156b76dd73777b7044897eed50e3bc (diff)
With a .cabal
Diffstat (limited to 'packages/sundials/sundials.cabal')
-rw-r--r--packages/sundials/sundials.cabal30
1 files changed, 30 insertions, 0 deletions
diff --git a/packages/sundials/sundials.cabal b/packages/sundials/sundials.cabal
new file mode 100644
index 0000000..85a96fa
--- /dev/null
+++ b/packages/sundials/sundials.cabal
@@ -0,0 +1,30 @@
1-- Initial sundials.cabal generated by cabal init. For further
2-- documentation, see http://haskell.org/cabal/users-guide/
3
4name: sundials
5version: 0.1.0.0
6-- synopsis:
7-- description:
8homepage: https://github.com/idontgetoutmuch/hmatrix/tree/sundials
9license: BSD3
10license-file: LICENSE
11author: Dominic Steinitz
12maintainer: dominic@steinitz.org
13-- copyright:
14category: Math
15build-type: Simple
16extra-source-files: ChangeLog.md
17cabal-version: >=1.10
18
19executable sundials
20 main-is: Main.hs
21 -- other-modules:
22 other-extensions: QuasiQuotes, TemplateHaskell, MultiWayIf, OverloadedStrings
23 build-depends: base >=4.10 && <4.11,
24 inline-c >=0.6 && <0.7,
25 vector >=0.12 && <0.13,
26 template-haskell >=2.12 && <2.13,
27 containers >=0.5 && <0.6
28 hs-source-dirs: src
29 default-language: Haskell2010
30 extra-libraries: sundials_arkode