matrix 0.3.4.2 → 0.3.4.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~primitivePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: primitive
API changes (from Hackage documentation)
Files
- matrix.cabal +2/−2
matrix.cabal view
@@ -1,5 +1,5 @@ Name: matrix -Version: 0.3.4.2 +Version: 0.3.4.3 Author: Daniel Díaz Category: Math Build-type: Simple @@ -32,7 +32,7 @@ Build-depends: base == 4.* , vector >= 0.10 && < 0.11 , deepseq >= 1.3.0.0 && < 1.5 - , primitive >= 0.5 && < 0.6 + , primitive >= 0.5 , loop >= 0.2 Exposed-modules: Data.Matrix GHC-Options: -Wall -O2 -fstatic-argument-transformation