packages feed

matrix-market-attoparsec 0.1.0.5 → 0.1.0.6

raw patch · 4 files changed

+5/−5 lines, 4 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

matrix-market-attoparsec.cabal view
@@ -1,5 +1,5 @@ name:                matrix-market-attoparsec-version:             0.1.0.5+version:             0.1.0.6 synopsis:            Parsing and serialization functions for the NIST Matrix Market format description:         Please see README.md homepage:            https://github.com/ocramz/matrix-market-attoparsec
src/Data/Matrix/MatrixMarket.hs view
@@ -2,7 +2,7 @@ -- | -- Module      :  Data.Matrix.MatrixMarket -- Copyright   :  (c) Marco Zocca 2017--- License     :  GPL-3 (see the file LICENSE)+-- License     :  BSD2 (see the file LICENSE) -- -- Maintainer  :  zocca marco gmail -- Stability   :  experimental
src/Data/Matrix/MatrixMarket/Internal.hs view
@@ -3,7 +3,7 @@ -- | -- Module      :  Data.Matrix.MatrixMarket.Internal -- Copyright   :  (c) Marco Zocca 2017--- License     :  GPL-3 (see the file LICENSE)+-- License     :  BSD2 (see the file LICENSE) -- -- Maintainer  :  zocca marco gmail -- Stability   :  experimental
test/LibSpec.hs view
@@ -17,9 +17,9 @@   describe "Data.Matrix.MatrixMarket" $ do     -- prop "ourAdd is commutative" $ \x y ->     --   ourAdd x y `shouldBe` ourAdd y x-    it "fidapm05 : read/write/read roundtrip" $ do +    it "fidapm05 : read/write/read roundtrip" $        roundTrip Coordinate "fidapm05.mtx" -- fidapm05_rhs1.mtx-    it "fidapm05_rhs1 : read/write/read roundtrip" $ do +    it "fidapm05_rhs1 : read/write/read roundtrip" $        roundTrip Array "fidapm05_rhs1.mtx"     -- it "memplus : read/write/read roundtrip" $ do      --   roundTrip "memplus.mtx"