-- 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-mtl-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-mtl == 0.3.*, mtl == 1.1.* if impl(ghc) Build-depends: primitive == 0.3.* Hs-Source-Dirs: src/ -- Other-modules: -- Build-tools: