packages feed

batch-0.1.0.0: batch.cabal

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

name:           batch
version:        0.1.0.0
synopsis:       Simplify queuing up data and processing it in batch.
description:    Simplify queuing up data and processing it in batch.
category:       Data
homepage:       https://github.com/agrafix/batch#readme
bug-reports:    https://github.com/agrafix/batch/issues
author:         Alexander Thiemann
maintainer:     mail@athiemann.net
copyright:      2017 Alexander Thiemann <mail@athiemann.net>
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/agrafix/batch

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      async >=2.0
    , base >=4.7 && <5
    , lifted-async >=0.9
    , lifted-base >=0.2.3
    , monad-control >=1.0
    , mtl >=2.2
    , stm >=2.4
    , timespan >=0.3
    , transformers-base >=0.4
  exposed-modules:
      Control.Batch
  other-modules:
      Paths_batch
  default-language: Haskell2010

test-suite batch-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , batch
    , hspec >=2.4
    , stm >=2.4
    , timespan >=0.3
  other-modules:
      Paths_batch
  default-language: Haskell2010