name: c2hs-extra version: 0.1.0.1 synopsis: Convenient marshallers for complicate C types. description: Convenient marshallers for complicate C types. homepage: http://github.com/sighingnow/mxnet-haskell#readme license: MIT license-file: LICENSE author: Tao He maintainer: sighingnow@gmail.com copyright: Copyright: (c) 2016-2017 Tao He category: Development, Foreign build-type: Simple cabal-version: >= 1.10 Library exposed-modules: C2HS.C.Extra.Marshal other-modules: hs-source-dirs: src build-tools: c2hs ghc-options: -Wall default-language: Haskell2010 build-depends: base >= 4.7 && < 5.0