name: bindings-wlc version: 0.1.0.0 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: cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Bindings.WLC Bindings.WLC.Defines Bindings.WLC.Geometry Bindings.WLC.WLC Bindings.WLC.WLCRender Bindings.WLC.WLCWayland build-depends: base >= 4.7 && < 5, bindings-DSL >= 1.0.23 && < 1.1 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