summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Steinitz <dominic@steinitz.org>2018-04-03 14:13:12 +0100
committerDominic Steinitz <dominic@steinitz.org>2018-04-03 14:13:12 +0100
commit0fdab9d8fc26c6e73d2382bc492954c6280929c8 (patch)
treee5ead3caabc62afab4f3a4215d8473c6dfff9f12
parent5207de90752f2603ec475f8a4363580b5ff49146 (diff)
Get case correct
-rw-r--r--packages/sundials/hmatrix-sundials.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/sundials/hmatrix-sundials.cabal b/packages/sundials/hmatrix-sundials.cabal
index 7b44cea..53afa58 100644
--- a/packages/sundials/hmatrix-sundials.cabal
+++ b/packages/sundials/hmatrix-sundials.cabal
@@ -24,7 +24,7 @@ library
24 extra-libraries: sundials_arkode 24 extra-libraries: sundials_arkode
25 other-extensions: QuasiQuotes 25 other-extensions: QuasiQuotes
26 hs-source-dirs: src 26 hs-source-dirs: src
27 exposed-modules: Numeric.Sundials.Arkode.ODE 27 exposed-modules: Numeric.Sundials.ARKode.ODE
28 other-modules: Types, 28 other-modules: Types,
29 Arkode 29 Arkode
30 c-sources: src/helpers.c src/helpers.h 30 c-sources: src/helpers.c src/helpers.h
@@ -32,7 +32,7 @@ library
32executable sundials 32executable sundials
33 main-is: Main.hs 33 main-is: Main.hs
34 other-modules: Types, 34 other-modules: Types,
35 Numeric.Sundials.Arkode.ODE, 35 Numeric.Sundials.ARKode.ODE,
36 Arkode 36 Arkode
37 other-extensions: QuasiQuotes 37 other-extensions: QuasiQuotes
38 build-depends: base >=4.10 && <4.11, 38 build-depends: base >=4.10 && <4.11,