diff3 0.2.0.2 → 0.2.0.3
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- diff3.cabal +1/−1
- test/properties.hs +1/−1
diff3.cabal view
@@ -1,5 +1,5 @@ name: diff3-version: 0.2.0.2+version: 0.2.0.3 synopsis: Perform a 3-way difference of documents homepage: http://github.com/ocharles/diff3.git license: BSD3
test/properties.hs view
@@ -23,7 +23,7 @@ main :: IO () main =- let testOpts = mempty { topt_maximum_generated_tests = Just 5000 }+ let testOpts = mempty { topt_maximum_generated_tests = Just 1000 } runner = mempty { ropt_test_options = Just testOpts } in defaultMainWithOpts [ testProperty "Can make changes in left document" leftChanges