packages feed

distributed-process-systest 0.4.1 → 0.4.2

raw patch · 2 files changed

+6/−9 lines, 2 filesdep −ansi-terminaldep −bytestringdep −distributed-staticPVP ok

version bump matches the API change (PVP)

Dependencies removed: ansi-terminal, bytestring, distributed-static, network, network-transport, random, test-framework, test-framework-hunit

API changes (from Hackage documentation)

Files

ChangeLog view
@@ -1,3 +1,7 @@+2025-02-04 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.4.2++* Ported test suite to use `tasty` rather than `test-framework`.+ 2024-10-30 David Simmons-Duffin <dsd@caltech.edu> 0.4.1  * Bumped dependency bound for ansi-terminal
distributed-process-systest.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name:          distributed-process-systest-version:       0.4.1+version:       0.4.2 synopsis:      Cloud Haskell Test Support description:   Testing Frameworks and Capabilities for programs built on Cloud Haskell homepage:      http://github.com/haskell-distributed/distributed-process-systest@@ -27,22 +27,15 @@                  -Wredundant-constraints                  -fhide-source-paths                  -Wpartial-fields+                 -Wunused-packages  library   import:            warnings   exposed-modules:   Control.Distributed.Process.SysTest.Utils   Build-Depends:     base >= 4.14 && < 5,-                     ansi-terminal >= 0.5 && < 1.2,                      binary >= 0.8 && < 1.0,-                     bytestring >= 0.10 && < 0.13,                      distributed-process >= 0.6.1 && < 0.8,-                     distributed-static < 0.4,                      HUnit >= 1.2 && < 2,-                     network-transport >= 0.4.1.0 && < 0.6,-                     network >= 2.5 && < 3.3,-                     random >= 1.0 && < 1.3,-                     test-framework >= 0.6 && < 0.9,-                     test-framework-hunit >= 0.2.0 && < 0.4,                      exceptions < 0.11,                      stm < 2.6   hs-source-dirs:    src