name:                clr-marshal
version:             0.1.0.0
synopsis:            Marshaling for the clr
description:         A common dependency for other clr packages, marshalling between Haskell & CLR data types.
homepage:            https://gitlab.com/tim-m89/clr-haskell/tree/master/libs/clr-marshal
cabal-version:       >=1.10
build-type:          Simple
license:             BSD3
license-file:        LICENSE
author:              Tim Matthews
maintainer:          tim.matthews7@gmail.com
copyright:           Copyright: (c) 2016-2017 Tim Matthews
category:            Language, FFI, CLR, .NET

source-repository head
    type:            git
    location:        https://gitlab.com/tim-m89/clr-haskell/tree/master

library
  hs-source-dirs:      src
  default-language:    Haskell2010
  exposed-modules:     Clr.Marshal
                       Clr.Marshal.Host
  build-depends:       base >= 4.7 && < 5
                     , clr-host
                     , text