edit-distance-vector 1.0 → 1.0.0.1
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- edit-distance-vector.cabal +3/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+edit-distance-vector 1.0.0.1++ * Relax version bounds to support GHC 7.10.1.+ edit-distance-vector 1.0 * Initial release extracted from aeson-diff package and rewritten to use
edit-distance-vector.cabal view
@@ -1,5 +1,5 @@ name: edit-distance-vector-version: 1.0+version: 1.0.0.1 synopsis: Calculate edit distances and edit scripts between vectors. description: An implementation of the Wagner–Fischer dynamic programming algorithm to@@ -15,6 +15,7 @@ * The type representing the cost of operations. . homepage: https://github.com/thsutton/edit-distance-vector+bug-reports: https://github.com/thsutton/edit-distance-vector/issues license: BSD3 license-file: LICENSE author: Thomas Sutton@@ -35,7 +36,7 @@ exposed-modules: Data.Vector.Distance build-depends:- base >=4.7 && <4.8+ base >=4.7 && <4.9 , vector >= 0.8 test-suite properties