packages feed

async-extra-0.1.0.0: async-extra.cabal

name:                async-extra
version:             0.1.0.0
synopsis:            Useful concurrent combinators
description:         Various concurrent combinators
homepage:            https://github.com/agrafix/async-extra#readme
license:             MIT
license-file:        LICENSE
author:              Alexander Thiemann
maintainer:          mail@athiemann.net
copyright:           2017 Alexander Thiemann
category:            Web
build-type:          Simple
extra-source-files:
                   stack.yaml
                   README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Control.Concurrent.Async.Extra
  build-depends:       base >= 4.8 && < 5,
                       async,
                       containers >= 0.5,
                       deepseq >= 1.4
  default-language:    Haskell2010

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