packages feed

typograffiti-0.1.0.0: typograffiti.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.30.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: b6bda4deeb70ae65eaeeb1801fcc763f81f9474cdd3e74d8ab791b5e0bf4b539

name:           typograffiti
version:        0.1.0.0
synopsis:       Display TTF fonts in OpenGL. Includes caching for fast rendering.
description:    Please see the README on GitHub at <https://github.com/githubuser/typograffiti#readme>
category:       Graphics
homepage:       https://github.com/schell/typograffiti#readme
bug-reports:    https://github.com/schell/typograffiti/issues
author:         Schell Scivally
maintainer:     schell@takt.com
copyright:      2018 Schell Scivally
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/schell/typograffiti

library
  exposed-modules:
      Typograffiti
      Typograffiti.Atlas
      Typograffiti.Cache
      Typograffiti.GL
      Typograffiti.Glyph
      Typograffiti.Store
      Typograffiti.Utils
  other-modules:
      Paths_typograffiti
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , bytestring
    , containers
    , freetype2
    , gl
    , linear
    , mtl
    , pretty-show
    , stm
    , template-haskell
    , vector
  default-language: Haskell2010

executable typograffiti-exe
  main-is: Main.hs
  other-modules:
      Paths_typograffiti
  hs-source-dirs:
      app
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , bytestring
    , containers
    , filepath
    , freetype2
    , gl
    , linear
    , mtl
    , pretty-show
    , sdl2
    , stm
    , template-haskell
    , typograffiti
    , vector
  default-language: Haskell2010

test-suite typograffiti-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_typograffiti
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , bytestring
    , containers
    , freetype2
    , gl
    , linear
    , mtl
    , pretty-show
    , stm
    , template-haskell
    , typograffiti
    , vector
  default-language: Haskell2010