mirror of
https://github.com/codedownio/haskell-plot.git
synced 2025-04-14 10:26:10 +00:00
update README file for gtk with cabal
This commit is contained in:
parent
7d0507b2b4
commit
73d56576c5
5
CHANGES
5
CHANGES
@ -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
8
README
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user