matrix-market-attoparsec 0.1.1.2 → 0.1.1.3
raw patch · 2 files changed
+2/−9 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−1
- matrix-market-attoparsec.cabal +1/−8
README.md view
@@ -20,7 +20,7 @@ The first two functions contain the parsing logic, and make use of `scientific` for parsing numerical data in scientific notation. -As of version 0.1.1 there are also intermediate functions @readMatrix'@, @readArray'@, @writeMatrix'@ and @writeArray'@ that do not touch the filesystem but (de-)serialize from/to lazy ByteString.+As of version 0.1.1 there are also intermediate functions `readMatrix'`, `readArray'`, `writeMatrix'` and `writeArray'` that do not touch the filesystem but (de-)serialize from/to lazy ByteString. ### Naming convention
matrix-market-attoparsec.cabal view
@@ -1,5 +1,5 @@ name: matrix-market-attoparsec-version: 0.1.1.2+version: 0.1.1.3 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@@ -34,13 +34,6 @@ , exceptions , scientific >= 0.3.3.8 --- executable matrix-market-attoparsec--- default-language: Haskell2010--- ghc-options: -threaded -rtsopts -with-rtsopts=-N--- hs-source-dirs: app--- main-is: Main.hs--- build-depends: base--- , matrix-market-attoparsec test-suite spec default-language: Haskell2010