-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreactive-banana-sdl.cabal
40 lines (33 loc) · 1.33 KB
/
reactive-banana-sdl.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Name: reactive-banana-sdl
Version: 0.1.2
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
Maintainer: [email protected]
Category: Graphics
Homepage: https://github.com/orclev/reactive-banana-sdl
Build-type: Simple
-- TODO
-- Extra files to be distributed with the package, such as examples or
-- a README.
-- Extra-source-files:
Cabal-version: >=1.6
Source-Repository head
Type: git
Location: https://github.com/orclev/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.5.0.0 && < 0.7,
SDL >= 0.6.3 && < 0.7,
SDL-ttf >= 0.6.1 && < 0.7,
data-lens >= 2.0.4 && < 2.1,
data-lens-template >= 2.1.3 && < 2.2