diff options
author | Dominic Steinitz <dominic@steinitz.org> | 2018-03-30 09:34:14 +0100 |
---|---|---|
committer | Dominic Steinitz <dominic@steinitz.org> | 2018-03-30 09:34:14 +0100 |
commit | 19f5b8c0fdf9b16250cfdc7acd0eb897d1735d0b (patch) | |
tree | 5f7d994d1342ff5a0ffaa2c4c26670ed248577bc /packages/sundials/hmatrix-sundials.cabal | |
parent | 71a3071a0ecc5c8ebf2b9c0a66a472ff187fdd06 (diff) |
Only depend on installed sources
Diffstat (limited to 'packages/sundials/hmatrix-sundials.cabal')
-rw-r--r-- | packages/sundials/hmatrix-sundials.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/sundials/hmatrix-sundials.cabal b/packages/sundials/hmatrix-sundials.cabal index 3304cb8..83a30c7 100644 --- a/packages/sundials/hmatrix-sundials.cabal +++ b/packages/sundials/hmatrix-sundials.cabal | |||
@@ -30,6 +30,7 @@ library | |||
30 | exposed-modules: Numeric.Sundials.Arkode.ODE | 30 | exposed-modules: Numeric.Sundials.Arkode.ODE |
31 | other-modules: Types, | 31 | other-modules: Types, |
32 | Bar | 32 | Bar |
33 | c-sources: src/helpers.c src/helpers.h | ||
33 | 34 | ||
34 | executable sundials | 35 | executable sundials |
35 | main-is: Main.hs | 36 | main-is: Main.hs |
@@ -51,4 +52,4 @@ executable sundials | |||
51 | hs-source-dirs: src | 52 | hs-source-dirs: src |
52 | default-language: Haskell2010 | 53 | default-language: Haskell2010 |
53 | extra-libraries: sundials_arkode | 54 | extra-libraries: sundials_arkode |
54 | C-sources: src/helpers.c src/helpers.h | 55 | c-sources: src/helpers.c src/helpers.h |