-- Initial freetype-simple.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: freetype-simple version: 0.1.0.1 synopsis: Single line text rendering for OpenGL ES description: Single line text rendering utility. See README.md for more information. homepage: https://github.com/capsjac/freetype-simple license: PublicDomain license-file: LICENSE author: capsjac maintainer: capsjac -- copyright: category: Graphics build-type: Simple -- extra-source-files: cabal-version: >=1.10 source-repository head type: git location: https://github.com/capsjac/freetype-simple library exposed-modules: Graphics.Rendering.FreeType.Simple -- other-modules: other-extensions: RecordWildCards build-depends: base >=4.7 && <4.8, boundingboxes >=0.2 && <0.3, bytestring >=0.10 && <0.11, linear >=1.15 && <1.20, freetype2 ==0.1.* -- hs-source-dirs: --build-tools: default-language: Haskell2010