summaryrefslogtreecommitdiff
path: root/packages/base/hmatrix.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 /packages/base/hmatrix.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 'packages/base/hmatrix.cabal')
-rw-r--r--packages/base/hmatrix.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal
index 1380a36..76e3825 100644
--- a/packages/base/hmatrix.cabal
+++ b/packages/base/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.19.0.0 2Version: 0.20.0.0
3License: BSD3 3License: BSD3
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -38,7 +38,7 @@ flag disable-default-paths
38 38
39library 39library
40 40
41 Build-Depends: base >= 4.8 && < 5, 41 Build-Depends: base >= 4.9 && < 5,
42 binary, 42 binary,
43 array, 43 array,
44 deepseq, 44 deepseq,