packages feed

embla-0.1: embla.cabal

cabal-version: 2.2
name:
  embla
version:
  0.1
synopsis:
  execute actions periodically while avoiding drift
description:
  This package is intended for use cases when 'cron'
  is overkill, but the importance of avoiding drift
  is still there. No care is taken w.r.t. GC times.
homepage:
  https://github.com/chessai/embla
bug-reports:
  https://github.com/chessai/embla/issues
license:
  BSD-3-Clause
license-file:
  LICENSE
author:
  chessai
maintainer:
  chessai <chessai1996@gmail.com>
copyright:
  © 2019 chessai
category:
  Utility
build-type:
  Simple
extra-doc-files:
    README.md
  , CHANGELOG.md
tested-with:
  GHC == 8.4.4, GHC == 8.6.3

library
  hs-source-dirs:
    src
  exposed-modules:
    Embla
  build-depends:
    , base >= 4.11 && < 4.14
    , chronos >= 1.0.4 && < 1.1
  ghc-options:
    -Wall
  default-language:
    Haskell2010

source-repository head
  type:
    git
  location:
    https://github.com/chessai/embla.git