packages feed

looper-0.3.0.2: looper.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.1.
--
-- see: https://github.com/sol/hpack

name:           looper
version:        0.3.0.2
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:
    ChangeLog.md
    test_resources/documentation.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:
      base >=4.7 && <5
    , opt-env-conf
    , 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:
      base >=4.7 && <5
    , looper
    , opt-env-conf
    , opt-env-conf-test
    , sydtest
    , unliftio
  default-language: Haskell2010