packages feed

tasty-tmux 0.1.0.3 → 0.1.0.4

raw patch · 2 files changed

+15/−6 lines, 2 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,8 +1,14 @@-Tasty-Tmux changelog---------------------+## 0.1.0.4 (2022-09-27) -0.1.0.2--------+* Support `text-2.0` +## 0.1.0.3++* Support `mtl-2.3`+* Support `bytestring-0.11`++## 0.1.0.2+ API changes:+ * A new constructor was added to the `Condition` to assert the inverse.
tasty-tmux.cabal view
@@ -1,5 +1,5 @@ name:                tasty-tmux-version:             0.1.0.3+version:             0.1.0.4 synopsis:            Terminal user acceptance testing (UAT) via tmux  description:@@ -20,6 +20,9 @@ extra-source-files:  README.md,                      CHANGELOG.md +tested-with:+  GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2+ homepage:            https://github.com/purebred-mua/tasty-tmux bug-reports:         https://github.com/purebred-mua/tasty-tmux/issues source-repository head@@ -36,7 +39,7 @@     base >=4.11 && <5     , mtl >=2.2 && <2.4     , bytestring >=0.10 && <0.12-    , text >=1.2 && <1.3+    , text >=1.2 && <3     , typed-process >=0.2.4 && <0.3     , regex-posix >= 0.95     , tasty >= 1.2