-- Initial process-sequential.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: process-sequential version: 0.1.1.0 synopsis: A test suite for the complex multi files multi level processment. description: This library is intended to be a testsuite for some recursive multi file multiprocessment using some system executable that processes multiple files creating the resulting one (the \"sox\" can be a good example). The purposes are to avoid leakage of resources if the number of files are too great to be processed at once, to use multiple sequential processment schemes for the same executable and to create to some extent complex processment environment. Nevertheless, there is no guarantees that the test will be successful and such an environment can be created using such a scheme. Please, do not use at the moment in the production without additional thorough testing. homepage: https://hackage.haskell.org/package/process-sequential license: MIT license-file: LICENSE author: OleksandrZhabenko maintainer: olexandr543@yahoo.com copyright: Oleksandr Zhabenko category: System, Testing build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library exposed-modules: System.Process.Sequential -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.15, process >=1.4 && <1.9, directory >=1.2.7 && <1.7, mmsyn3 >=0.1.5 && <1, sublists >=0.1.1 && <1 -- hs-source-dirs: default-language: Haskell2010