packages feed

matrix-market-attoparsec 0.1.0.7 → 0.1.0.8

raw patch · 4 files changed

+8/−4 lines, 4 filessetup-changedPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CONTRIBUTORS.md view
@@ -1,1 +1,3 @@-Trevor McDonell and the `accelerate` contributors : Data.Matrix.MatrixMarket+Trevor McDonell (tmcdonell) and the `accelerate` contributors : Data.Matrix.MatrixMarket++Peter Simons (peti)
+ Setup.hs view
@@ -0,0 +1,2 @@+import Distribution.Simple+main = defaultMain
matrix-market-attoparsec.cabal view
@@ -1,5 +1,5 @@ name:                matrix-market-attoparsec-version:             0.1.0.7+version:             0.1.0.8 synopsis:            Parsing and serialization functions for the NIST Matrix Market format description:         Parsing and serialization functions for the NIST Matrix Market format. homepage:            https://github.com/ocramz/matrix-market-attoparsec
src/Data/Matrix/MatrixMarket/Internal.hs view
@@ -12,8 +12,8 @@ -- Attoparsec parser and serializer for the NIST MatrixMarket format. The parser logic originally appeared in `accelerate-examples` and it is reused here (courtesy of T.McDonell and the `accelerate` developers) with some amendments. --  -- In this version:--- *) Numbers are represented with Scientific notation instead of floating point--- *) Parsing rules are a bit relaxed to accommodate various whitespace corner cases+-- * Numbers are represented with Scientific notation instead of floating point+-- * Parsing rules are a bit relaxed to accommodate various whitespace corner cases -- ----------------------------------------------------------------------------- module Data.Matrix.MatrixMarket.Internal