diff options
Diffstat (limited to 'packages/sundials/sundials.cabal')
-rw-r--r-- | packages/sundials/sundials.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/sundials/sundials.cabal b/packages/sundials/sundials.cabal index 85a96fa..a68f33a 100644 --- a/packages/sundials/sundials.cabal +++ b/packages/sundials/sundials.cabal | |||
@@ -16,6 +16,8 @@ build-type: Simple | |||
16 | extra-source-files: ChangeLog.md | 16 | extra-source-files: ChangeLog.md |
17 | cabal-version: >=1.10 | 17 | cabal-version: >=1.10 |
18 | 18 | ||
19 | extra-source-files: src/helpers.c, src/helpers.h | ||
20 | |||
19 | executable sundials | 21 | executable sundials |
20 | main-is: Main.hs | 22 | main-is: Main.hs |
21 | -- other-modules: | 23 | -- other-modules: |
@@ -28,3 +30,4 @@ executable sundials | |||
28 | hs-source-dirs: src | 30 | hs-source-dirs: src |
29 | default-language: Haskell2010 | 31 | default-language: Haskell2010 |
30 | extra-libraries: sundials_arkode | 32 | extra-libraries: sundials_arkode |
33 | C-sources: src/helpers.c src/helpers.h | ||