tasty-tmux 0.1.0.4 → 0.1.0.5
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- tasty-tmux.cabal +3/−3
tasty-tmux.cabal view
@@ -1,5 +1,5 @@ name: tasty-tmux-version: 0.1.0.4+version: 0.1.0.5 synopsis: Terminal user acceptance testing (UAT) via tmux description:@@ -21,7 +21,7 @@ CHANGELOG.md tested-with:- GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2+ GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.7 || ==9.6.3 || ==9.8.1 homepage: https://github.com/purebred-mua/tasty-tmux bug-reports: https://github.com/purebred-mua/tasty-tmux/issues@@ -38,7 +38,7 @@ build-depends: base >=4.11 && <5 , mtl >=2.2 && <2.4- , bytestring >=0.10 && <0.12+ , bytestring >=0.10 && <0.13 , text >=1.2 && <3 , typed-process >=0.2.4 && <0.3 , regex-posix >= 0.95