-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathyampa-glfw.cabal
39 lines (31 loc) · 1.49 KB
/
yampa-glfw.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
-- Initial yampa-glfw.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: yampa-glfw
version: 0.1.0.0
synopsis: Connects GLFW-b (GLFW 3+) with the Yampa FRP library
-- description:
license: GPL-3
license-file: COPYING
author: Kosyrev Serge
maintainer: _deepfire@feelingofgreen.ru
homepage: https://github.com/deepfire/yampa-glfw
copyright: (c) 2014 by Kosyrev Serge, based on yampa-glut (c) 2012 by Nikolay Orlyuk
category: Graphics
stability: experimental
build-type: Simple
cabal-version: >=1.10
Source-Repository head
type: git
location: https://github.com/deepfire/yampa-glfw.git
library
exposed-modules: FRP.Yampa.GLFW.UI, FRP.Yampa.GLFW.Adapter
other-modules: FRP.Yampa.GLFW.InternalUI
other-extensions: BangPatterns, FlexibleInstances, MultiParamTypeClasses
build-depends: base >=4.6 && <4.7, Yampa >=0.9 && <0.10, newtype >=0.2 && <0.3, GLFW-b ==0.1.0.5, OpenGL
default-language: Haskell2010
ghc-options: -Wall -fno-warn-orphans
executable yampa-glfw-example
main-is: example.hs
other-extensions: BangPatterns, FlexibleInstances, MultiParamTypeClasses
build-depends: base >=4.6 && <4.7, Yampa >=0.9 && <0.10, newtype >=0.2 && <0.3, GLFW-b ==0.1.0.5, OpenGL, vector-space, yampa-glfw
default-language: Haskell2010