update README file for gtk with cabal

This commit is contained in:
Vivian McPhail 2012-06-29 17:28:40 +12:00
parent 7d0507b2b4
commit 73d56576c5
3 changed files with 9 additions and 8 deletions

View File

@ -67,4 +67,7 @@
* fix finding min/max of MinMax series
* fix bar width for Candle/Whisker
* fix x coordinate of Whisker
* change bar width for Bar
* change bar width for Bar
0.1.4.1:

8
README
View File

@ -21,11 +21,9 @@ To install the Plots library:
package.
* The Haskell cairo bindings, which are packaged as part of
gtk2hs. Unfortunately, for various technical reasons, gtk2hs is
not cabalized and cannot be downloaded and installed from
Hackage. To get gtk2hs you will need to go to the gtk2hs
website (http://www.haskell.org/gtk2hs/) and follow the
instructions to download and build it.
gtk2hs.
cabal install gtk2hs-buildtools
cabal install gtk
* The colour library, which is available from Hackage. If you use
the cabal-install build option described below, the colour

View File

@ -1,8 +1,8 @@
Name: plot
Version: 0.1.4
Version: 0.1.4.1
License: BSD3
License-file: LICENSE
Copyright: (c) A.V.H. McPhail 2010
Copyright: (c) A.V.H. McPhail 2010, 2012
Author: Vivian McPhail
Maintainer: haskell.vivian.mcphail <at> gmail <dot> com
Stability: experimental