packages feed

wxcore-0.10.13: wxcore.cabal

Name:           wxcore
Version:        0.10.13
License:        LGPL
License-file:   license.txt
Homepage:       http://haskell.org/haskellwiki/WxHaskell
Author:         Daan Leijen
Build-Type:     Make
Description:    wxHaskell is a portable and native GUI library for Haskell.  It is built on top of wxWidgets - a comprehensive C++ library that is portable across all major GUI platforms; including GTK, Windows, X11, and MacOS X.  This version works with wxWidgets 2.8 only.
Maintainer:     wxhaskell-devel@lists.sourceforge.net
Cabal-Version:  >= 1.2
Category:       GUI, User interfaces
Synopsis:       wxHaskell core

Flag splitBase
    Description: Choose the new smaller, split-up base package.
Library
    if flag(splitBase)
        build-depends: base >= 3, array, containers, directory,
                       bytestring, parsec, old-time, time, stm
    else
        build-depends: base <  3, bytestring, parsec, time, stm
 Exposed-Modules:
  Graphics.UI.WXCore
  Graphics.UI.WXCore.WxcObject
  Graphics.UI.WXCore.Draw
  Graphics.UI.WXCore.WxcClassTypes
  Graphics.UI.WXCore.DragAndDrop
  Graphics.UI.WXCore.WxcDefs
  Graphics.UI.WXCore.Process
  Graphics.UI.WXCore.Print
  Graphics.UI.WXCore.WxcClassesMZ
  Graphics.UI.WXCore.Events
  Graphics.UI.WXCore.Frame
  Graphics.UI.WXCore.Layout
  Graphics.UI.WXCore.Controls
  Graphics.UI.WXCore.Types
  Graphics.UI.WXCore.WxcClassesAL
  Graphics.UI.WXCore.Dialogs
  Graphics.UI.WXCore.Db
  Graphics.UI.WXCore.WxcTypes
  Graphics.UI.WXCore.Image
  Graphics.UI.WXCore.WxcClasses
  Graphics.UI.WXCore.OpenGL
  Graphics.UI.WXCore.WxcClassInfo
  Graphics.UI.WXCore.Defines
 Hs-Source-Dirs: wxcore/src