packages feed

conceit-0.1.1.0: conceit.cabal

name:          conceit
version:       0.1.1.0
license:       BSD3
license-file:  LICENSE
data-files:    
author:        Daniel Díaz Carrete
maintainer:    diaz_carrete@yahoo.com
category:      Concurrency
build-type:    Simple
cabal-version: >= 1.10
Synopsis:      Concurrent actions that may fail
Description:   A version of the async package's 'Control.Concurrent.Async.Concurrently' for which the actions may fail

Extra-Source-Files:
    README.md
    CHANGELOG

Library
    default-language: Haskell2010
    hs-source-dirs: src
    exposed-modules: 
        Control.Concurrent.Conceit
    other-modules: 
    build-depends:         
        base >= 4.4 && < 5,
        bifunctors >= 4.1 && < 5,
        async >= 2.0.1 && < 2.1

Source-repository head
    type:     git
    location: https://github.com/danidiaz/conceit.git