diff options
author | Peter Dobsan <pdobsan@gmail.com> | 2018-04-27 00:09:35 +0200 |
---|---|---|
committer | Peter Dobsan <pdobsan@gmail.com> | 2018-04-27 00:09:35 +0200 |
commit | 1286ae831088236213ea0ea94b0b288a2e0ce4bb (patch) | |
tree | 1e7117c4929a93af00e37ec7650c24613038492b /packages/base/hmatrix.cabal | |
parent | dd96a98207dbafbf81b4a5f02613963cf5bd4b4c (diff) | |
parent | 3ffea9114b573eb11e2e41ddfc6a8b69fdd6baed (diff) |
Merge branch 'fix-vector-show-instance'
The show instance was changed in vector 0.11. The merged modifications
adjust hmatrix/base to that change. That fixes issues #277 and #177.
Diffstat (limited to 'packages/base/hmatrix.cabal')
-rw-r--r-- | packages/base/hmatrix.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index 7d0da2e..1380a36 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal | |||
@@ -47,7 +47,7 @@ library | |||
47 | bytestring, | 47 | bytestring, |
48 | storable-complex, | 48 | storable-complex, |
49 | semigroups, | 49 | semigroups, |
50 | vector >= 0.8 | 50 | vector >= 0.11 |
51 | 51 | ||
52 | hs-source-dirs: src | 52 | hs-source-dirs: src |
53 | 53 | ||