packages feed

matrix-market-attoparsec 0.1.0.6 → 0.1.0.7

raw patch · 3 files changed

+5/−7 lines, 3 filessetup-changedPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -2,9 +2,9 @@  [![Build Status](https://travis-ci.org/ocramz/matrix-market-attoparsec.png)](https://travis-ci.org/ocramz/matrix-market-attoparsec) -Attoparsec parser for the NIST Matrix Market format [1].+Attoparsec parser for the NIST Matrix Market format [0]. -The library also contains functions for serializing to text file, and the read/write/read roundtrip works as expected.+The library also contains functions for serializing matrix data to text file.  ## User guide @@ -38,4 +38,4 @@  ## References -[1] [http://math.nist.gov/MatrixMarket/](http://math.nist.gov/MatrixMarket/)+[0] [http://math.nist.gov/MatrixMarket/](http://math.nist.gov/MatrixMarket/)
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
matrix-market-attoparsec.cabal view
@@ -1,7 +1,7 @@ name:                matrix-market-attoparsec-version:             0.1.0.6+version:             0.1.0.7 synopsis:            Parsing and serialization functions for the NIST Matrix Market format-description:         Please see README.md+description:         Parsing and serialization functions for the NIST Matrix Market format. homepage:            https://github.com/ocramz/matrix-market-attoparsec license:             BSD2 license-file:        LICENSE