diff options
Diffstat (limited to 'packages/sundials/hmatrix-sundials.cabal')
-rw-r--r-- | packages/sundials/hmatrix-sundials.cabal | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/sundials/hmatrix-sundials.cabal b/packages/sundials/hmatrix-sundials.cabal index 331e6c4..762537e 100644 --- a/packages/sundials/hmatrix-sundials.cabal +++ b/packages/sundials/hmatrix-sundials.cabal | |||
@@ -33,14 +33,17 @@ library | |||
33 | 33 | ||
34 | executable sundials | 34 | executable sundials |
35 | main-is: Main.hs | 35 | main-is: Main.hs |
36 | other-modules: Types | 36 | other-modules: Types, Numeric.Sundials.Arkode.ODE |
37 | other-extensions: QuasiQuotes, TemplateHaskell, MultiWayIf, OverloadedStrings | 37 | other-extensions: QuasiQuotes, TemplateHaskell, MultiWayIf, OverloadedStrings |
38 | build-depends: base >=4.10 && <4.11, | 38 | build-depends: base >=4.10 && <4.11, |
39 | inline-c >=0.6 && <0.7, | 39 | inline-c >=0.6 && <0.7, |
40 | vector >=0.12 && <0.13, | 40 | vector >=0.12 && <0.13, |
41 | template-haskell >=2.12 && <2.13, | 41 | template-haskell >=2.12 && <2.13, |
42 | containers >=0.5 && <0.6, | 42 | containers >=0.5 && <0.6, |
43 | hmatrix>=0.18 | 43 | hmatrix>=0.18, |
44 | plots, | ||
45 | diagrams-lib, | ||
46 | diagrams-rasterific | ||
44 | hs-source-dirs: src | 47 | hs-source-dirs: src |
45 | default-language: Haskell2010 | 48 | default-language: Haskell2010 |
46 | extra-libraries: sundials_arkode | 49 | extra-libraries: sundials_arkode |