packages feed

marshal-contt-0.1.0.0: marshal-contt.cabal

cabal-version:       2.2
-- Initial package description 'alloc-contt.cabal' generated by 'cabal
-- init'.  For further documentation, see
-- http://haskell.org/cabal/users-guide/

name:                marshal-contt
version:             0.1.0.0
synopsis:            A ContT-based wrapper for Haskell-to-C marshalling functions.
description:         See <https://github.com/typedrat/marshal-contt/blob/master/README.md>.
homepage:            https://github.com/typedrat/marshal-contt
-- bug-reports:
license:             MPL-2.0
license-file:        LICENSE
author:              Alexis Williams
maintainer:          alexis@typedr.at
-- copyright:
category:            Foreign
extra-source-files:  CHANGELOG.md

library
  exposed-modules:     Foreign.Marshal.ContT
  -- other-modules:
  -- other-extensions:
  build-depends:       base        >= 4.9       && <= 5
                     , mtl        ^>= 2.2.2
                     , bytestring ^>= 0.10.10.0
  hs-source-dirs:      src
  default-language:    Haskell2010
  default-extensions:  FlexibleInstances
                     , RankNTypes
                     , ScopedTypeVariables
                     , TypeSynonymInstances