packages feed

reactive-banana-sdl-0.2.0: reactive-banana-sdl.cabal

Name:                reactive-banana-sdl
Version:             0.2.0
Synopsis:            Reactive Banana bindings for SDL
Description:         Provides bindings and convenience functions for using reactive banana with SDL.
License:             GPL-3
License-file:        LICENSE
Author:              R. Kyle Murphy, JP Moresmau
Maintainer:          jpmoresmau@gmail.com
Category:            Graphics
Homepage:            https://github.com/JPMoresmau/reactive-banana-sdl
Build-type:          Simple
Cabal-version:       >=1.6
extra-source-files:  README.md

Source-Repository head
    Type:            git
    Location:        https://github.com/JPMoresmau/reactive-banana-sdl


Library
  hs-source-dirs:  src
  Exposed-modules:  Reactive.Banana.SDL,
                    Reactive.Banana.SDL.Types,
                    Reactive.Banana.SDL.Util,
                    Reactive.Banana.SDL.Graphics,
                    Reactive.Banana.SDL.Graphics.Types,
                    Reactive.Banana.SDL.Graphics.Util

  Build-depends:    
                    base >= 4.2 && < 5,
                    reactive-banana >= 0.8 && < 0.9,
                    SDL >= 0.6.3 && < 0.7,
                    SDL-ttf >= 0.6.1 && < 0.7,
                    data-lens >= 2.0.4 && < 2.11,
                    data-lens-template >= 2.1.3 && < 2.2,
                    SDL-image >=0.6.1 && <0.7