hmatrix-syntax 0.1.2 → 0.1.2.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~haskell-src-extsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: haskell-src-exts
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.2+Version: 0.1.2.1 Synopsis: MATLAB-like syntax for hmatrix vectors and matrices Description: This package uses QuasiQuotes to provide a nice syntax for hmatrix@@ -23,7 +23,7 @@ Data.Packed.Syntax.Internal Build-depends: base < 5,- haskell-src-exts >= 1.8 && < 1.12,+ haskell-src-exts >= 1.8 && < 1.14, haskell-src-meta >= 0.5.1 && < 0.6, hmatrix >= 0.13.1 && < 0.15, template-haskell >= 2.4 && < 2.9