packages feed

ltk-0.10.0.4: ltk.cabal

name: ltk
version: 0.10.0.4
cabal-version: >= 1.8
build-type: Simple
license: GPL
license-file: LICENSE
copyright: Juergen "jutaro" Nicklisch-Franken
maintainer: maintainer@leksah.org
homepage: http://www.leksah.org
package-url: http://code.haskell.org/ltk
bug-reports: http://code.google.com/p/leksah/issues/list
synopsis: Leksah tool kit
description: UI Framework used by leksah
category: GUI
author: Juergen "jutaro" Nicklisch-Franken
tested-with: GHC ==6.10 || ==6.12 || ==7.0

Library
    build-depends: Cabal >=1.6.0 && <1.11, base >=4.0.0.0 && <4.4,
               containers >=0.2 && <0.5, filepath >=1.1.0 && <1.3,
               glib >=0.10.0 && <0.13, gtk >=0.10.0 && <0.13,
               mtl >=1.1.0.2 && <2.1, parsec >=2.1.0.1 && <3.2,
               pretty >=1.0.1.0 && <1.1,
               -- Make sure we get the Cabal compaitble with ghc and haddock
               haddock <2.10, ghc <7.3
    exposed-modules: Default MyMissing Control.Event
                 Graphics.UI.Editor.Basics Graphics.UI.Editor.Composite
                 Graphics.UI.Editor.DescriptionPP Graphics.UI.Editor.MakeEditor
                 Graphics.UI.Editor.Parameters Graphics.UI.Editor.Simple
                 Graphics.UI.Frame.Panes Graphics.UI.Frame.ViewFrame
                 Text.PrinterParser
    exposed: True
    buildable: True
    extensions: CPP
    hs-source-dirs: src