-- Initial honi.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: honi version: 0.1.0.0 license: MIT author: Patrick Chilton, Niklas Hambüchen maintainer: Patrick Chilton , Niklas Hambüchen copyright: Patrick Chilton, Niklas Hambüchen category: Graphics build-type: Simple cabal-version: >=1.8 synopsis: OpenNI 2 binding description: OpenNI 2 binding extra-source-files: cbits/helpers.h cbits/helpers.c library hs-source-dirs: src exposed-modules: Honi, Honi.Types build-depends: base >= 4.5 && < 5 , text >= 0.11 , bytestring >= 0.9 extra-libraries: OpenNI2, freenect ghc-options: -Wall includes: cbits/helpers.h c-sources: cbits/helpers.c test-Suite tests type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Main.hs build-depends: base >= 4.5 && < 5 , honi , hspec >= 1.7 , HUnit >= 1.2 extra-libraries: OpenNI2, freenect ghc-options: -Wall