summaryrefslogtreecommitdiff
path: root/examples/examples.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.cabal')
-rw-r--r--examples/examples.cabal18
1 files changed, 1 insertions, 17 deletions
diff --git a/examples/examples.cabal b/examples/examples.cabal
index 286b2db..e647221 100644
--- a/examples/examples.cabal
+++ b/examples/examples.cabal
@@ -1,5 +1,5 @@
1name: examples 1name: examples
2version: 0.19.0.0 2version: 0.20.0.0
3synopsis: Example usage of the various hmatrix packages 3synopsis: Example usage of the various hmatrix packages
4homepage: https://github.com/albertoruiz/hmatrix 4homepage: https://github.com/albertoruiz/hmatrix
5license: BSD3 5license: BSD3
@@ -12,22 +12,6 @@ build-type: Simple
12extra-source-files: ChangeLog.md 12extra-source-files: ChangeLog.md
13cabal-version: >=1.10 13cabal-version: >=1.10
14 14
15executable sundials
16 main-is: sundials.hs
17 build-depends: base >=4.10 && <4.11,
18 hmatrix,
19 hmatrix-sundials,
20 hmatrix-gsl
21 default-language: Haskell2010
22
23executable butcherTableau
24 main-is: ButcherTableau.hs
25 build-depends: base >=4.10 && <4.11,
26 hmatrix,
27 hmatrix-sundials,
28 pretty
29 default-language: Haskell2010
30
31executable vectorShow 15executable vectorShow
32 main-is: VectorShow.hs 16 main-is: VectorShow.hs
33 build-depends: base >=4.10 && <4.11, 17 build-depends: base >=4.10 && <4.11,