-
Notifications
You must be signed in to change notification settings - Fork 1
/
soegtk.cabal
41 lines (35 loc) · 1.35 KB
/
soegtk.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
Name: soegtk
Version: 0.12.1
License: LGPL-2.1
License-file: COPYING
Copyright: (c) 2001-2010 The Gtk2Hs Team
Author: Duncan Coutts, Paul Liu
Maintainer: [email protected]
Build-Type: Simple
Cabal-Version: >= 1.8
Stability: provisional
homepage: http://projects.haskell.org/gtk2hs/
bug-reports: http://hackage.haskell.org/trac/gtk2hs/
Synopsis: GUI functions as used in the book "The Haskell School of Expression".
Description: An alternative implementation of the graphics library used in the book The Haskell
School of Expression, by Paul Hudak, <http://www.haskell.org/soe/
This library builds on top of Gtk+.
Category: Graphics
Tested-With: GHC == 6.10.4, GHC == 6.12.3, GHC == 7.0.3, GHC == 7.2.1, GHC == 7.10.1
Data-Dir: demo
Data-Files: BouncingBall.hs
Demo1.hs
Demo2.hs
Makefile
Snowflake.hs
Source-Repository head
type: darcs
location: http://code.haskell.org/soegtk/
Library
build-depends: base >= 4 && < 5,
cairo >= 0.12 && < 0.14,
gtk >= 0.12 && < 0.14,
stm >= 2.0 && < 3.0,
old-time >= 1.0.0.2
exposed-modules:
Graphics.SOE.Gtk