name:             inline-c-win32
version:          0.1
synopsis:         Win32 API Context for the inline-c library
license:          MIT
license-file:     LICENSE
author:           Anton Dessiatov
maintainer:       anton.dessiatov@gmail.com
copyright:        Anton Dessiatov,
category:         FFI
build-type:       Simple
cabal-version:    >=1.16
homepage:         https://github.com/anton-dessiatov/inline-c-win32
bug-reports:      https://github.com/anton-dessiatov/inline-c-win32/issues
description:      This is a little helper for the marvelous inline-c library. It provides a context with Win32 API
                  data types so you can use DWORD, BOOL, UINT and other Win32 data types right in your inlined
                  function types.

library
  default-language: Haskell2010
  build-depends:
      base >= 4 && < 5
    , containers
    , inline-c >= 0.5.3
    , template-haskell
    , Win32
  exposed-modules:
      Language.C.Inline.Win32
  hs-source-dirs: src