summaryrefslogtreecommitdiff
path: root/examples/examples.cabal
diff options
context:
space:
mode:
authoridontgetoutmuch <dominic@steinitz.org>2019-06-30 09:03:23 +0100
committerGitHub <noreply@github.com>2019-06-30 09:03:23 +0100
commit03f114e2d849bbffac89e535c7736ebe7e4d1762 (patch)
treea8d57bc9f286bdc3cb1b196a5dec78e805b49996 /examples/examples.cabal
parent89c12f2b97f35b5e2722c3a9134516e813b205bd (diff)
parentcb09d0e99ae4f10cd2b3f3ac667df83946a9744d (diff)
Merge pull request #306 from idontgetoutmuch/master
Remove sundials as it has its own repo now. Fix
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,