packages feed

conceit-0.5.0.0: conceit.cabal

cabal-version: 2.4
name:          conceit
version:       0.5.0.0
license:       BSD-3-Clause
license-file:  LICENSE
data-files:    
author:        Daniel Díaz Carrete
maintainer:    diaz_carrete@yahoo.com
category:      Concurrency
build-type:    Simple
synopsis:      Concurrent actions that may fail with a value.  

description:   
    A version of the async package's 'Control.Concurrent.Async.Concurrently' for
    which the actions may fail with a value.

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.8 && < 5

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