packages feed

concurrent-barrier-0.1.2: concurrent-barrier.cabal

-- concurrent-barrier.cabal auto-generated by cabal init. For
-- additional options, see
-- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.
-- The name of the package.
Name:                concurrent-barrier
Version:             0.1.2
Synopsis:            Simple thread barriers
Description:
	A very simple package providing thread barriers.
Homepage:            https://github.com/jsgf/concurrent-barrier
License:             BSD3
License-file:        LICENSE
Author:              Jeremy Fitzhardinge
Maintainer:          jeremy@goop.org
Category:            Concurrency
Build-type:          Simple
Cabal-version:       >=1.6

source-repository head
  type:     git
  location: https://github.com/jsgf/concurrent-barrier.git

source-repository this
  type:     git
  location: https://github.com/jsgf/concurrent-barrier.git
  tag:      v0.1.1

Library
  -- Modules exported by the library.
  Exposed-modules:     Control.Concurrent.Barrier
  ghc-options:      -Wall
  
  -- Packages needed in order to build this package.
  Build-depends:       
      base >= 3 && < 5
 
  -- Modules not exported by this package.
  -- Other-modules:       
  
  -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
  -- Build-tools: