cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.7. -- -- see: https://github.com/sol/hpack name: looper version: 0.2.0.1 description: Configure and run recurring jobs indefinitely homepage: https://github.com/NorfairKing/looper#readme bug-reports: https://github.com/NorfairKing/looper/issues author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu copyright: Copyright: (c) 2019-2022 Tom Sydney Kerckhove license: MIT license-file: LICENSE build-type: Simple extra-source-files: test_resources/configuration.txt source-repository head type: git location: https://github.com/NorfairKing/looper library exposed-modules: Looper other-modules: Paths_looper hs-source-dirs: src build-depends: aeson , autodocodec , base >=4.7 && <5 , envparse , optparse-applicative , text , time , unliftio default-language: Haskell2010 test-suite looper-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: LooperSpec Paths_looper hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-tool-depends: sydtest-discover:sydtest-discover build-depends: autodocodec-yaml , base >=4.7 && <5 , looper , optparse-applicative , sydtest , unliftio default-language: Haskell2010