matrix 0.3.4.3 → 0.3.4.4
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~basedep ~vectorPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, vector
API changes (from Hackage documentation)
Files
- Data/Matrix.hs +1/−1
- matrix.cabal +3/−3
Data/Matrix.hs view
@@ -203,7 +203,7 @@ -- | /O(rows*cols)/. The zero matrix of the given size. -- -- > zero n m =--- > n+-- > m -- > 1 ( 0 0 ... 0 0 ) -- > 2 ( 0 0 ... 0 0 ) -- > ( ... )
matrix.cabal view
@@ -1,5 +1,5 @@ Name: matrix -Version: 0.3.4.3 +Version: 0.3.4.4 Author: Daniel Díaz Category: Math Build-type: Simple @@ -29,8 +29,8 @@ location: git://github.com/Daniel-Diaz/matrix.git Library - Build-depends: base == 4.* - , vector >= 0.10 && < 0.11 + Build-depends: base >= 4.5 && < 5 + , vector >= 0.10 , deepseq >= 1.3.0.0 && < 1.5 , primitive >= 0.5 , loop >= 0.2