hmatrix-syntax 0.1.1 → 0.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hmatrixPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hmatrix
API changes (from Hackage documentation)
Files
- hmatrix-syntax.cabal +2/−2
hmatrix-syntax.cabal view
@@ -1,5 +1,5 @@ Name: hmatrix-syntax-Version: 0.1.1+Version: 0.1.2 Synopsis: MATLAB-like syntax for hmatrix vectors and matrices Description: This package uses QuasiQuotes to provide a nice syntax for hmatrix@@ -25,7 +25,7 @@ base < 5, haskell-src-exts >= 1.8 && < 1.12, haskell-src-meta >= 0.5.1 && < 0.6,- hmatrix >= 0.13.1 && < 0.14,+ hmatrix >= 0.13.1 && < 0.15, template-haskell >= 2.4 && < 2.9 -- Other-modules: -- Build-tools: