diff options
author | idontgetoutmuch <dominic@steinitz.org> | 2019-06-30 09:03:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-30 09:03:23 +0100 |
commit | 03f114e2d849bbffac89e535c7736ebe7e4d1762 (patch) | |
tree | a8d57bc9f286bdc3cb1b196a5dec78e805b49996 /examples | |
parent | 89c12f2b97f35b5e2722c3a9134516e813b205bd (diff) | |
parent | cb09d0e99ae4f10cd2b3f3ac667df83946a9744d (diff) |
Merge pull request #306 from idontgetoutmuch/master
Remove sundials as it has its own repo now. Fix
Diffstat (limited to 'examples')
-rw-r--r-- | examples/examples.cabal | 18 |
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 @@ | |||
1 | name: examples | 1 | name: examples |
2 | version: 0.19.0.0 | 2 | version: 0.20.0.0 |
3 | synopsis: Example usage of the various hmatrix packages | 3 | synopsis: Example usage of the various hmatrix packages |
4 | homepage: https://github.com/albertoruiz/hmatrix | 4 | homepage: https://github.com/albertoruiz/hmatrix |
5 | license: BSD3 | 5 | license: BSD3 |
@@ -12,22 +12,6 @@ build-type: Simple | |||
12 | extra-source-files: ChangeLog.md | 12 | extra-source-files: ChangeLog.md |
13 | cabal-version: >=1.10 | 13 | cabal-version: >=1.10 |
14 | 14 | ||
15 | executable 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 | |||
23 | executable 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 | |||
31 | executable vectorShow | 15 | executable 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, |