packages feed

async-extras-0.1.2.0: async-extras.cabal

-- Initial async-extras.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                async-extras
version:             0.1.2.0
synopsis:            Extra Utilities for the Async Library
-- description:         
homepage:            http://github.com/jfischoff/async-extras
license:             BSD3
license-file:        LICENSE
author:              Jonathan Fischoff
maintainer:          jonathangfischoff@gmail.com
-- copyright:           
category:            Concurrency
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules: Control.Concurrent.Async.Extra
                 , Control.Concurrent.Async.Lifted.Extra
  -- other-modules:       
  other-extensions:    RecursiveDo
  build-depends: base              >= 4.6 && <5.0
               , async             >= 2.0 
               , stm               >= 2.4 
               , SafeSemaphore     >= 0.10
               , lifted-async      >= 0.2.0
               , lifted-base       >= 0.2
               , monad-control     >= 0.3.1
               , transformers-base >= 0.4
               
  hs-source-dirs:      src
  default-language:    Haskell2010