packages feed

tasty-tmux 0.1.0.2 → 0.1.0.3

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~bytestringdep ~mtlPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, mtl

API changes (from Hackage documentation)

Files

tasty-tmux.cabal view
@@ -1,5 +1,5 @@ name:                tasty-tmux-version:             0.1.0.2+version:             0.1.0.3 synopsis:            Terminal user acceptance testing (UAT) via tmux  description:@@ -34,8 +34,8 @@   other-extensions:    FlexibleContexts, FlexibleInstances, RankNTypes   build-depends:     base >=4.11 && <5-    , mtl >=2.2 && <2.3-    , bytestring >=0.10 && <0.11+    , mtl >=2.2 && <2.4+    , bytestring >=0.10 && <0.12     , text >=1.2 && <1.3     , typed-process >=0.2.4 && <0.3     , regex-posix >= 0.95