packages feed

bindings-wlc-0.1.0.2: bindings-wlc.cabal

name:                bindings-wlc
version:             0.1.0.2
synopsis:            Bindings against the wlc library
description:         Please see Readme.md
homepage:            http://github.com/aktowns/bindings-wlc#readme
license:             BSD3
license-file:        LICENSE
author:              Ashley Towns
maintainer:          mail@ashleytowns.id.au
copyright:           2016 Ashley Towns
category:            FFI
build-type:          Simple
extra-source-files:  Readme.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:
                       Bindings.WLC
                       Bindings.WLC.Defines
                       Bindings.WLC.Geometry
                       Bindings.WLC.Core
                       Bindings.WLC.Render
                       Bindings.WLC.Wayland
                       System.WLC
                       System.WLC.Geometry
                       System.WLC.Core
  build-depends:       base >= 4.7 && < 5,
                       bindings-DSL >= 1.0.23 && < 1.1,
                       convertible >= 1.1.1.0 && < 1.1.2.0
  default-language:    Haskell2010
  extra-libraries:     wlc
  default-extensions:
    ForeignFunctionInterface

test-suite bindings-wlc-test
  type:                exitcode-stdio-1.0
  hs-source-dirs:      test
  main-is:             Spec.hs
  build-depends:       base
                     , bindings-wlc
  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/aktowns/bindings-wlc