cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: polysemy-process version: 0.5.1.1 synopsis: Polysemy Effects for System Processes description: See category: Concurrency homepage: https://github.com/tek/polysemy-conc#readme bug-reports: https://github.com/tek/polysemy-conc/issues author: Torsten Schmits maintainer: haskell@tryp.io copyright: 2021 Torsten Schmits license: BSD-2-Clause-Patent license-file: LICENSE build-type: Simple extra-source-files: readme.md changelog.md source-repository head type: git location: https://github.com/tek/polysemy-conc library exposed-modules: Polysemy.Process Polysemy.Process.Data.ProcessError Polysemy.Process.Effect.Process Polysemy.Process.Interpreter.Process Polysemy.Process.Interpreter.ProcessIOE other-modules: Paths_polysemy_process autogen-modules: Paths_polysemy_process hs-source-dirs: lib default-extensions: AllowAmbiguousTypes ApplicativeDo BangPatterns BinaryLiterals BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveAnyClass DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DerivingStrategies DerivingVia DisambiguateRecordFields DoAndIfThenElse DuplicateRecordFields EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase LiberalTypeSynonyms MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings OverloadedLists PackageImports PartialTypeSignatures PatternGuards PatternSynonyms PolyKinds QuantifiedConstraints QuasiQuotes RankNTypes RecordWildCards RecursiveDo ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators TypeSynonymInstances UndecidableInstances UnicodeSyntax ViewPatterns ghc-options: -flate-specialise -fspecialise-aggressively -Wall -Wredundant-constraints build-depends: async , base ==4.* , bytestring , containers , polysemy >=1.6 , polysemy-conc , polysemy-resume >=0.2 , polysemy-time >=0.1.4 , relude >=0.7 , stm , stm-chans >=2 , template-haskell , text , time , typed-process mixins: base hiding (Prelude) , polysemy-conc hiding (Prelude) , polysemy-conc (Polysemy.Conc.Prelude as Prelude) if impl(ghc >= 8.10) ghc-options: -Wunused-packages default-language: Haskell2010 test-suite polysemy-process-unit type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Polysemy.Process.Test.ProcessTest Paths_polysemy_process hs-source-dirs: test default-extensions: AllowAmbiguousTypes ApplicativeDo BangPatterns BinaryLiterals BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveAnyClass DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DerivingStrategies DerivingVia DisambiguateRecordFields DoAndIfThenElse DuplicateRecordFields EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase LiberalTypeSynonyms MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings OverloadedLists PackageImports PartialTypeSignatures PatternGuards PatternSynonyms PolyKinds QuantifiedConstraints QuasiQuotes RankNTypes RecordWildCards RecursiveDo ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators TypeSynonymInstances UndecidableInstances UnicodeSyntax ViewPatterns ghc-options: -flate-specialise -fspecialise-aggressively -Wall -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: base ==4.* , bytestring , polysemy , polysemy-conc , polysemy-plugin , polysemy-process , polysemy-resume , polysemy-test , tasty , typed-process mixins: base hiding (Prelude) , polysemy-conc hiding (Prelude) , polysemy-conc (Polysemy.Conc.Prelude as Prelude) if impl(ghc >= 8.10) ghc-options: -Wunused-packages default-language: Haskell2010