edit-distance-vector 1.0.0.3 → 1.0.0.4
raw patch · 3 files changed
+11/−3 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +8/−0
- README.md +1/−1
- edit-distance-vector.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,11 @@+edit-distance-vector 1.0.0.4++ * Relax version bounds to support GHC 8.0++edit-distance-vector 1.0.0.3++ * Relax version bounds to support GHC 7.6.3 and 7.4.2+ edit-distance-vector 1.0.0.2 * Relax version bounds to support GHC 7.6.3 and 7.4.2
README.md view
@@ -21,7 +21,7 @@ ```` `edit-distance-vector` is [automatically tested][status] on GHC versions 7.4.2,-7.6.3, 7.8.3, and 7.10.1 using the Travis CI service.+7.6.3, 7.8.3, 7.10.1, 8.0.2 using the Travis CI service. Usage -----
edit-distance-vector.cabal view
@@ -1,5 +1,5 @@ name: edit-distance-vector-version: 1.0.0.3+version: 1.0.0.4 synopsis: Calculate edit distances and edit scripts between vectors. description: An implementation of the Wagner–Fischer dynamic programming algorithm to@@ -36,7 +36,7 @@ exposed-modules: Data.Vector.Distance build-depends:- base >=4.5 && <4.9+ base >=4.5 && <5.0 , vector >= 0.8 test-suite properties