Project

General

Profile

Libraries » History » Version 13

Greg Burri, 04/13/2009 09:41 PM

1 1 Greg Burri
h1. Libraries
2
3 10 Greg Burri
h2. "GTK2HS":http://www.haskell.org/gtk2hs/
4 4 Greg Burri
5 10 Greg Burri
Binding to GTK+ for Haskell.
6 7 Greg Burri
7 10 Greg Burri
* User interface
8
* Configuration management : "GConf":http://www.haskell.org/gtk2hs/docs/gtk2hs-docs-0.10.0/System-Gnome-GConf-GConfClient.html
9
* Tray icon : "StatusIcon":http://www.haskell.org/gtk2hs/docs/gtk2hs-docs-0.10.0/Graphics-UI-Gtk-Display-StatusIcon.html
10 4 Greg Burri
11 3 Greg Burri
h2. Files access
12
13
* mmap ? : http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mmap-0.2
14 2 Greg Burri
15 13 Greg Burri
h2. Data network transfer 
16
17
* "network-bytestring":http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network-bytestring
18
19 12 Greg Burri
h2. Globbing
20
21
* "Glob":http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Glob
22 2 Greg Burri
23
h2. SHA-1
24
25
* http://hackage.haskell.org/cgi-bin/hackage-scripts/package/SHA-1.0.2
26
* or http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Crypto
27 11 Greg Burri
28
h2. Code documentation
29
30
* "Haddock":http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haddock (Included in GHC).