packages feed

adp-multi 0.2.0 → 0.2.1

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

adp-multi.cabal view
@@ -1,5 +1,5 @@ name:           adp-multi
-version:        0.2.0
+version:        0.2.1
 cabal-version:  >= 1.8
 build-type:     Simple
 author:         Maik Riechert
tests/ADP/Tests/Suite.hs view
@@ -28,8 +28,8 @@             [                 testGroup "Property tests" [                     testGroup "Yield size" [-                        testProperty "map size" prop_infoMapSize,-                        testProperty "map elements" prop_infoMapElements,+                        testProperty "map size" prop_yieldSizeMapSize,+                        testProperty "map elements" prop_yieldSizeMapElements,                         testProperty "yield size" prop_yieldSizeDim2                         ]                     ],