-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathyampa-sdl2.cabal
93 lines (89 loc) · 2.22 KB
/
yampa-sdl2.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
-- This file has been generated from package.yaml by hpack version 0.27.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: c0529c23522c01996b2122952fb9d004d9c388830ac6d9080eba4254962d42e4
name: yampa-sdl2
version: 0.1.0.3
synopsis: Yampa and SDL2 made easy
description: yampa-sdl2 lets you start coding your app right away instead of dealing with SDL2 first.
category: Scene
homepage: https://github.com/Simre1/YampaSDL2#readme
author: Simre
maintainer: [email protected]
copyright: 2018 Simre
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
library
exposed-modules:
Data.Colour
Data.Colour.Chan
Data.Colour.CIE
Data.Colour.CIE.Chromaticity
Data.Colour.CIE.Illuminant
Data.Colour.Internal
Data.Colour.Matrix
Data.Colour.Names
Data.Colour.RGB
Data.Colour.RGBSpace
Data.Colour.RGBSpace.HSL
Data.Colour.RGBSpace.HSV
Data.Colour.SRGB
Data.Colour.SRGB.Linear
YampaSDL2
YampaSDL2.Animation
YampaSDL2.Draw
YampaSDL2.Drawable.Circle
YampaSDL2.Drawable.Image
YampaSDL2.Drawable.Point
YampaSDL2.Drawable.Rectangle
YampaSDL2.Init
YampaSDL2.InputOutput
YampaSDL2.Internal.AppInput
YampaSDL2.Internal.AppOutput
YampaSDL2.Internal.MainLoop
YampaSDL2.Internal.SDL
YampaSDL2.Internal.SDL.Close
YampaSDL2.Internal.SDL.Init
YampaSDL2.Internal.SDL.Input
YampaSDL2.Internal.SDL.Output
YampaSDL2.Internal.SDL.Parse
YampaSDL2.Internal.SDL.Start
YampaSDL2.ReExports
other-modules:
Paths_yampa_sdl2
hs-source-dirs:
src
ghc-options: -O2
build-depends:
StateVar
, Yampa
, base >=4.7 && <5
, data-memocombinators
, linear
, sdl2
, text
, vector
default-language: Haskell2010
test-suite YampaSDL2-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_yampa_sdl2
hs-source-dirs:
test
build-depends:
StateVar
, Yampa
, base
, data-memocombinators
, linear
, sdl2
, text
, vector
, yampa-sdl2
default-language: Haskell2010