Name: wx-controls-extra Version: 0.0 Synopsis: A set of custom widgets for wxHaskell. Description: A collection of miscellaneous custom widgets for wxHaskell. At the moment it includes a knob, a color selector, a bezier envelope and a sophisticated timeline widget. Warning: the code is really ugly, at your own risk, etc. License: BSD3 License-file: LICENSE Author: Balazs Komuves Copyright: (c) 2008-2009 Balazs Komuves Maintainer: bkomuves (plus) hackage (at) gmail (dot) com Stability: Unstable Homepage: http://code.haskell.org/~bkomuves/ Category: GUI Tested-With: GHC == 6.10.1 Cabal-Version: >= 1.2 Build-Type: Simple extra-source-files: demo/demo.hs Flag splitBase Description: Choose the new smaller, split-up base package. Library if flag(splitBase) Build-Depends: base >= 3, array else Build-Depends: base < 3 Build-Depends: wxcore, wx, color-spaces Exposed-Modules: Data.Envelope, Data.Timeline, Graphics.UI.WX.Controls.Knob, Graphics.UI.WX.Controls.ColorWidget, Graphics.UI.WX.Controls.EnvelopeWidget, Graphics.UI.WX.Controls.TimelineWidget, Graphics.UI.WX.Controls.Ruler, Graphics.UI.WX.Controls.Waveform, Graphics.UI.WX.Controls.TimelineComposite Extensions: MultiParamTypeClasses Hs-Source-Dirs: .