packages feed

distributed-process-tests 0.4.3.1 → 0.4.3.2

raw patch · 1 files changed

+3/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

distributed-process-tests.cabal view
@@ -1,7 +1,8 @@ name:          distributed-process-tests-version:       0.4.3.1+version:       0.4.3.2 synopsis:      Tests and test support tools for distributed-process. homepage:      http://github.com/haskell-distributed/distributed-process-tests+description:   Tests and test suite for Cloud Haskell libraries. license:       BSD3 license-file:  LICENSE Author:        Duncan Coutts, Nicolas Wu, Edsko de Vries@@ -103,7 +104,7 @@                      network-transport-tcp >= 0.3 && < 0.5,                      test-framework >= 0.6 && < 0.9   Extensions:        CPP-  ghc-options:       -Wall --threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind+  ghc-options:       -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind   HS-Source-Dirs:    tests  Test-Suite TestTracing