packages feed

myers-diff 0.3.0.1 → 0.3.0.2

raw patch · 3 files changed

+9/−4 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -2,9 +2,13 @@  ## Unreleased +## 0.3.0.2++* Also fix test compatibility with `text-2.1.2`.+ ## 0.3.0.1 -* Fix compatibility with `text-2.1.2` (#13)+* Fix compatibility with `text-2.1.2` (#13).  ## 0.3.0.0 
myers-diff.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.37.0.+-- This file has been generated from package.yaml by hpack version 0.38.0. -- -- see: https://github.com/sol/hpack  name:           myers-diff-version:        0.3.0.1+version:        0.3.0.2 description:    Please see the README on GitHub at <https://github.com/codedownio/myers-diff#readme> homepage:       https://github.com/codedownio/myers-diff#readme bug-reports:    https://github.com/codedownio/myers-diff/issues
test/Spec/VectorMyersSpec.hs view
@@ -8,7 +8,8 @@ import Control.Monad.IO.Class import Data.Diff.Myers import Data.Diff.Types-import Data.Text as T+import Data.Text (Text)+import qualified Data.Text as T import Test.Sandwich import Test.Sandwich.QuickCheck import TestLib.Apply