cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.2. -- -- see: https://github.com/sol/hpack name: thread-supervisor version: 0.1.0.1 synopsis: A simplified implementation of Erlang/OTP like supervisor over thread description: Please see the README on Github at category: Concurrency homepage: https://github.com/nshimaza/thread-supervisor#readme bug-reports: https://github.com/nshimaza/thread-supervisor/issues author: Naoto Shimazaki maintainer: Naoto.Shimazaki@gmail.com copyright: 2018-2020 Naoto Shimazaki license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/nshimaza/thread-supervisor library exposed-modules: Control.Concurrent.Supervisor Control.Concurrent.SupervisorInternal Data.DelayedQueue other-modules: Paths_thread_supervisor hs-source-dirs: src ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints build-depends: base >=4.7 && <5 , clock , containers , data-default , unliftio default-language: Haskell2010 test-suite thread-supervisor-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Control.Concurrent.SupervisorInternalSpec Control.Concurrent.SupervisorSpec Data.DelayedQueueSpec Paths_thread_supervisor hs-source-dirs: test ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-tool-depends: hspec-discover:hspec-discover build-depends: QuickCheck , base >=4.7 && <5 , clock , data-default , hspec , thread-supervisor , unliftio default-language: Haskell2010