packages feed

Cabal revisions of sdl2-ttf-1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Cabal-Version:      >= 1.10-Name:               sdl2-ttf-Version:            1.0.0-Maintainer:         Rongcui Dong (karl_1702@188.com)-Author:             Ömer Sinan Ağacan (omeragacan@gmail.com)-                  , Sean Chalmers (sclhiannan@gmail.com)-License-File:       LICENSE-License:            MIT-Build-Type:         Simple-Category:           Foreign binding-Synopsis:           Binding to libSDL2-ttf-Description:        Haskell bindings to the sdl2-ttf C++ library <http://www.libsdl.org/projects/SDL_ttf/>.-Data-files:-extra-source-files: cbits/rendering.h-                    examples/ARIAL.TTF-                    examples/font_test.c--Library-  Hs-source-dirs:     src-  Build-Depends:      base >= 3 && < 5, sdl2 >= 2, transformers-  default-extensions: ForeignFunctionInterface-  Exposed-Modules:    SDL.TTF.Types,-                      SDL.TTF.FFI-                      SDL.TTF-  other-modules:      SDL.TTF.Internals-  GHC-Options:        -Wall-  include-dirs:       cbits-  C-sources:          cbits/rendering.c-  extra-libraries:    SDL2, SDL2_ttf-  default-language:   Haskell2010--executable font-test-  main-is:          font_test.hs-  hs-source-dirs:   examples-  build-depends:    base >= 3 && <5, sdl2, sdl2-ttf, linear-  GHC-Options:      -Wall-  default-language: Haskell2010--source-repository head-    type:     git-    location: https://github.com/carldong/sdl2-ttf+Cabal-Version:      >= 1.10
+Name:               sdl2-ttf
+Version:            1.0.0
+x-revision: 1
+Maintainer:         Rongcui Dong (karl_1702@188.com)
+Author:             Ömer Sinan Ağacan (omeragacan@gmail.com)
+                  , Sean Chalmers (sclhiannan@gmail.com)
+License-File:       LICENSE
+License:            MIT
+Build-Type:         Simple
+Category:           Foreign binding
+Synopsis:           Binding to libSDL2-ttf
+Description:        Haskell bindings to the sdl2-ttf C++ library <http://www.libsdl.org/projects/SDL_ttf/>.
+Data-files:
+extra-source-files: cbits/rendering.h
+                    examples/ARIAL.TTF
+                    examples/font_test.c
+
+Library
+  Hs-source-dirs:     src
+  Build-Depends:      base >= 4.8 && < 5, sdl2 >= 2, transformers >= 0.4.2
+  default-extensions: ForeignFunctionInterface
+  Exposed-Modules:    SDL.TTF.Types,
+                      SDL.TTF.FFI
+                      SDL.TTF
+  other-modules:      SDL.TTF.Internals
+  GHC-Options:        -Wall
+  include-dirs:       cbits
+  C-sources:          cbits/rendering.c
+  extra-libraries:    SDL2, SDL2_ttf
+  default-language:   Haskell2010
+
+executable font-test
+  main-is:          font_test.hs
+  hs-source-dirs:   examples
+  build-depends:    base >= 3 && <5, sdl2, sdl2-ttf, linear
+  GHC-Options:      -Wall
+  default-language: Haskell2010
+
+source-repository head
+    type:     git
+    location: https://github.com/carldong/sdl2-ttf