packages feed

SDL2-ttf-0.1.0: SDL2-ttf.cabal

Cabal-Version:      >= 1.6
Name:               SDL2-ttf
Version:            0.1.0
Maintainer:         Ömer Sinan Ağacan (omeragacan@gmail.com)
Author:             Ömer Sinan Ağacan (omeragacan@gmail.com)
License-File:       LICENSE
License:            MIT
Build-Type:         Simple
Category:           Foreign binding
Synopsis:           Binding to libSDL-ttf
Description:        TODO
Data-files:

Library
  Hs-source-dirs:   src
  Build-Depends:    base >= 3 && < 5, SDL2
  Extensions:       ForeignFunctionInterface
  Exposed-Modules:  Graphics.UI.SDL.TTF.Types,
                    Graphics.UI.SDL.TTF.FFI
                    Graphics.UI.SDL.TTF
  GHC-Options:      -Wall
  include-dirs:     cbits
  C-sources:        cbits/rendering.c
  extra-libraries:  SDL2, SDL2_ttf

source-repository head
    type:     git
    location: https://github.com/osa1/hsSDL2-ttf