packages feed

MonadCatchIO-transformers-foreign-0.1: MonadCatchIO-transformers-foreign.cabal

-- MonadCatchIO-mtl-foreign.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.
Name:                MonadCatchIO-transformers-foreign
Version:             0.1
Synopsis:            Polymorphic combinators for working with foreign functions
Description:         Functions like 'alloca' are provided, except not restricted
                     to 'IO'.
License:             BSD3
License-file:        LICENSE
Author:              Antoine Latter
Maintainer:          aslatter@gmail.com
-- Copyright:           
Category:            Control
Build-type:          Simple
-- Extra-source-files:  
Cabal-version:       >=1.6

Library
  Exposed-modules:     Control.Monad.CatchIO.Foreign
  Build-depends:       base == 4.*, MonadCatchIO-transformers == 0.2.*,
                       transformers == 0.2.*

  if impl(ghc)
    Build-depends:     primitive == 0.3.*

  Hs-Source-Dirs:      src/
  -- Other-modules:       
  -- Build-tools: