packages feed

Concurrential-0.3.0.0: Concurrential.cabal

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

name:                Concurrential
version:             0.3.0.0
synopsis:            Mix concurrent and sequential computation
-- description:         
homepage:            http://github.com/avieth/Concurrential
license:             BSD3
license-file:        LICENSE
author:              Alexander Vieth
maintainer:          aovieth@gmail.com
-- copyright:           
category:            Control
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:       Control.Concurrent.Concurrential

  -- other-modules:       
  other-extensions:      GADTs
                       , DeriveDataTypeable
                       , GeneralizedNewtypeDeriving
                       , RankNTypes
                       , DeriveFunctor
                       , ScopedTypeVariables

  build-depends:       base >=4.7 && <4.8, async >=2.0 && <2.1
  -- hs-source-dirs:      
  default-language:    Haskell2010