packages feed

batchd-core-0.1.0.0: batchd-core.cabal

name:                batchd-core
version:             0.1.0.0
synopsis:            Core modules of batchd, to use in batchd extensions
description:         This package contains minimal set of batchd modules, that
                     is required for batchd extensions, such as host controllers.
homepage:            https://github.com/portnov/batchd/batchd-core#readme
license:             BSD3
license-file:        LICENSE
author:              IlyaPortnov
maintainer:          portnov84@rambler.ru
copyright:           2017-2022 Ilya Portnov
category:            SYstem
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src

  exposed-modules:     Batchd.Core
                       Batchd.Core.Common.Types
                       Batchd.Core.Common.Config
                       Batchd.Core.Common.Localize
                       Batchd.Core.Daemon.Hosts
                       Batchd.Core.Daemon.Logging

  other-extensions:    TypeFamilies, DeriveDataTypeable, TemplateHaskell, StandaloneDeriving, RecordWildCards

  build-depends:       base >=4.7 && <5.0,
                       template-haskell >= 2.10,
                       th-lift >= 0.7.7,
                       persistent >= 2.2,
                       persistent-template >= 2,
                       hsyslog >= 5,
                       text-format-heavy >= 0.1.5.3,
                       heavy-logger >= 0.3.2.2,
                       localize >= 0.2,
                       mtl >=2.2 && <2.3,
                       dates >=0.2 && <0.3,
                       filepath >= 1.3,
                       directory >= 1.2,
                       time >=1.4 && <1.10,
                       syb >=0.6,
                       containers >=0.5 && <0.7,
                       unordered-containers >= 0.2,
                       resourcet >= 1.1.7,
                       wai >= 3.0,
                       scotty >= 0.10,
                       aeson >= 0.11,
                       yaml >= 0.8.4,
                       text >= 1.2,
                       bytestring >= 0.10
  -- hs-source-dirs:      
  ghc-options: -fwarn-unused-imports -fwarn-missing-signatures
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/portnov/batchd