Cabal revisions of distributed-process-supervisor-0.2.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 3.0-name: distributed-process-supervisor-version: 0.2.4-build-type: Simple-license: BSD-3-Clause-license-file: LICENSE-Copyright: Tim Watson 2012 - 2013-Author: Tim Watson-maintainer: The Distributed Haskell team-Stability: experimental-Homepage: http://github.com/haskell-distributed/distributed-process-Bug-Reports: http://github.com/haskell-distributed/distributed-process/issues-synopsis: Supervisors for The Cloud Haskell Application Platform-description: A part of the Cloud Haskell framework-- This package implements a process which supervises a set of other processes, referred to as its children.- These child processes can be either workers (i.e., processes that do something useful in your application)- or other supervisors. In this way, supervisors may be used to build a hierarchical process structure- called a supervision tree, which provides a convenient structure for building fault tolerant software.-- For detailed information see "Control.Distributed.Process.Supervisor"-category: Control-tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2 GHC==9.10.1 GHC==9.12.1-extra-doc-files: ChangeLog--source-repository head- Type: git- Location: https://github.com/haskell-distributed/distributed-process- SubDir: packages/distributed-process-supervisor--common warnings- ghc-options: -Wall- -Wcompat- -Widentities- -Wincomplete-uni-patterns- -Wincomplete-record-updates- -Wredundant-constraints- -fhide-source-paths- -Wpartial-fields- -Wunused-packages--library- import: warnings- build-depends:- base >= 4.14 && < 5,- data-accessor >= 0.2.2.3,- distributed-static >= 0.3.4.0 && < 0.4,- distributed-process >= 0.7.3 && < 0.8,- distributed-process-extras >= 0.3.1 && < 0.4,- distributed-process-client-server >= 0.2.0 && < 0.4,- binary >= 0.8 && < 0.9,- deepseq >= 1.4 && < 1.7,- containers >= 0.6 && < 0.8,- hashable >= 1.2.0.5 && < 1.6,- time > 1.4 && < 1.15,- exceptions >= 0.10 && < 0.11- hs-source-dirs: src- exposed-modules:- Control.Distributed.Process.Supervisor- Control.Distributed.Process.Supervisor.Management- other-modules:- Control.Distributed.Process.Supervisor.Types- default-language: Haskell2010--test-suite SupervisorTests- import: warnings- type: exitcode-stdio-1.0- build-depends:- base >= 4.14 && < 5,- distributed-static >= 0.3.5.0 && < 0.4,- distributed-process >= 0.7.3 && < 0.8,- distributed-process-supervisor,- distributed-process-extras >= 0.3 && < 0.4,- distributed-process-client-server,- distributed-static,- bytestring,- random,- network-transport >= 0.4 && < 0.6,- network-transport-tcp >= 0.4 && < 0.9,- binary >= 0.8 && < 0.9,- deepseq,- stm,- tasty >= 1.5 && <1.6,- tasty-hunit >=0.10 && <0.11,- exceptions >= 0.10 && < 0.11- hs-source-dirs: tests- ghc-options: -threaded -rtsopts -with-rtsopts=-N -fno-warn-name-shadowing -fno-warn-unused-do-bind- main-is: TestSupervisor.hs- other-modules: TestUtils- default-language: Haskell2010--test-suite NonThreadedSupervisorTests- import: warnings- type: exitcode-stdio-1.0- build-depends:- base >= 4.14 && < 5,- bytestring,- distributed-static >= 0.3.5.0 && < 0.4,- distributed-process >= 0.7.3 && < 0.8,- distributed-process-supervisor,- distributed-process-extras,- distributed-process-client-server,- distributed-static,- random,- network-transport,- network-transport-tcp >= 0.4 && < 0.9,- binary >= 0.8 && < 0.9,- deepseq,- stm,- tasty >= 1.5 && <1.6,- tasty-hunit >=0.10 && <0.11,- exceptions >= 0.10 && < 0.11- hs-source-dirs: tests- ghc-options: -rtsopts -fno-warn-unused-do-bind -fno-warn-name-shadowing- main-is: TestSupervisor.hs- other-modules: TestUtils- default-language: Haskell2010+cabal-version: 3.0 +name: distributed-process-supervisor +version: 0.2.4 +x-revision: 1 +build-type: Simple +license: BSD-3-Clause +license-file: LICENSE +Copyright: Tim Watson 2012 - 2013 +Author: Tim Watson +maintainer: The Distributed Haskell team +Stability: experimental +Homepage: http://github.com/haskell-distributed/distributed-process +Bug-Reports: http://github.com/haskell-distributed/distributed-process/issues +synopsis: Supervisors for The Cloud Haskell Application Platform +description: A part of the Cloud Haskell framework + + This package implements a process which supervises a set of other processes, referred to as its children. + These child processes can be either workers (i.e., processes that do something useful in your application) + or other supervisors. In this way, supervisors may be used to build a hierarchical process structure + called a supervision tree, which provides a convenient structure for building fault tolerant software. + + For detailed information see "Control.Distributed.Process.Supervisor" +category: Control +tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2 GHC==9.10.1 GHC==9.12.1 +extra-doc-files: ChangeLog + +source-repository head + Type: git + Location: https://github.com/haskell-distributed/distributed-process + SubDir: packages/distributed-process-supervisor + +common warnings + ghc-options: -Wall + -Wcompat + -Widentities + -Wincomplete-uni-patterns + -Wincomplete-record-updates + -Wredundant-constraints + -fhide-source-paths + -Wpartial-fields + -Wunused-packages + +library + import: warnings + build-depends: + base >= 4.14 && < 5, + data-accessor >= 0.2.2.3, + distributed-static >= 0.3.4.0 && < 0.4, + distributed-process >= 0.7.3 && < 0.8, + distributed-process-extras >= 0.3.1 && < 0.4, + distributed-process-client-server >= 0.2.0 && < 0.4, + binary >= 0.8 && < 0.9, + deepseq >= 1.4 && < 1.7, + containers >= 0.6 && < 0.9, + hashable >= 1.2.0.5 && < 1.6, + time > 1.4 && < 1.16, + exceptions >= 0.10 && < 0.11 + hs-source-dirs: src + exposed-modules: + Control.Distributed.Process.Supervisor + Control.Distributed.Process.Supervisor.Management + other-modules: + Control.Distributed.Process.Supervisor.Types + default-language: Haskell2010 + +test-suite SupervisorTests + import: warnings + type: exitcode-stdio-1.0 + build-depends: + base >= 4.14 && < 5, + distributed-static >= 0.3.5.0 && < 0.4, + distributed-process >= 0.7.3 && < 0.8, + distributed-process-supervisor, + distributed-process-extras >= 0.3 && < 0.4, + distributed-process-client-server, + distributed-static, + bytestring, + random, + network-transport >= 0.4 && < 0.6, + network-transport-tcp >= 0.4 && < 0.9, + binary >= 0.8 && < 0.9, + deepseq, + stm, + tasty >= 1.5 && <1.6, + tasty-hunit >=0.10 && <0.11, + exceptions >= 0.10 && < 0.11 + hs-source-dirs: tests + ghc-options: -threaded -rtsopts -with-rtsopts=-N -fno-warn-name-shadowing -fno-warn-unused-do-bind + main-is: TestSupervisor.hs + other-modules: TestUtils + default-language: Haskell2010 + +test-suite NonThreadedSupervisorTests + import: warnings + type: exitcode-stdio-1.0 + build-depends: + base >= 4.14 && < 5, + bytestring, + distributed-static >= 0.3.5.0 && < 0.4, + distributed-process >= 0.7.3 && < 0.8, + distributed-process-supervisor, + distributed-process-extras, + distributed-process-client-server, + distributed-static, + random, + network-transport, + network-transport-tcp >= 0.4 && < 0.9, + binary >= 0.8 && < 0.9, + deepseq, + stm, + tasty >= 1.5 && <1.6, + tasty-hunit >=0.10 && <0.11, + exceptions >= 0.10 && < 0.11 + hs-source-dirs: tests + ghc-options: -rtsopts -fno-warn-unused-do-bind -fno-warn-name-shadowing + main-is: TestSupervisor.hs + other-modules: TestUtils + default-language: Haskell2010
revision 2
cabal-version: 3.0 name: distributed-process-supervisor version: 0.2.4 -x-revision: 1 +x-revision: 2 build-type: Simple license: BSD-3-Clause license-file: LICENSE deepseq >= 1.4 && < 1.7, containers >= 0.6 && < 0.9, hashable >= 1.2.0.5 && < 1.6, - time > 1.4 && < 1.16, + time > 1.4 && < 1.17, exceptions >= 0.10 && < 0.11 hs-source-dirs: src exposed-modules: