packages feed

manatee-core-0.0.3: manatee-core.cabal

name:			manatee-core
version:		0.0.3
Cabal-Version:	>= 1.6
license:		GPL-3
license-file:	LICENSE
copyright:		(c) 2009 ~ 2010 Andy Stewart
synopsis:		The core of Manatee.
description:    manatee-core is core package of Manatee (Haskell/Gtk+ Integrated Live Environment) 
 .
 To provide basic communication protocol and toolkit.
 .
 Manual look <http://haskell.org/haskellwiki/Manatee>
 .
 Screenshot at <http://goo.gl/MkVw>
 .
 IRC channel: 
 .
 irc.freenode.net 6667 <##manatee>
 .
author:			Andy Stewart
maintainer:		Andy Stewart <lazycat.manatee@gmail.com>
stability:		provisional
category:		Manatee, Operating System, Desktop Environment, IDE

tested-with:	GHC==6.12.3
build-type:		Simple

Source-Repository head
  type:         darcs
  location:     http://patch-tag.com/r/AndyStewart/manatee-core
  
Library
     build-depends: base >= 4 && < 5, gtk >= 0.12.0, containers >= 0.3.0.0, text >= 0.7.1.0,
                    dbus-client >= 0.3 && < 0.4, dbus-core, mtl >= 1.1.0.2, stm >= 2.1.2.0,
                    cairo >= 0.12.0, gio >= 0.12.0, regex-tdfa >= 1.1.2, utf8-string >= 0.3.4,
                    network >= 2.2.1.5, template-haskell >= 2.4.0.0, gtk-serialized-event >= 0.12.0,
                    filepath >= 1.1.0.3, unix >= 2.4.0.0, process >= 1.0.1.2, array >= 0.3.0.0,
                    old-time >= 1.0.0.3, glib >= 0.12.0, time >= 1.1.4, gtksourceview2 >= 0.12.0,
                    Cabal >= 1.8.0.2, old-locale >= 1.0.0.2, datetime >= 0.2, bytestring, split, dataenc,
                    derive, gconf >= 0.12.0, binary, directory, haskell-src-exts
     exposed-modules:
         Manatee.Core.DBus
         Manatee.Core.Debug
         Manatee.Core.Interactive
         Manatee.Core.FileOpenRule
         Manatee.Core.Page
         Manatee.Core.PageMode
         Manatee.Core.PageView
         Manatee.Core.Config
         Manatee.Core.TH
         Manatee.Core.Types
         Manatee.Core.Render
		 
         Manatee.Toolkit.Data.ListZipper
         Manatee.Toolkit.Data.SetList
         Manatee.Toolkit.Data.Unique
           
         Manatee.Toolkit.GConf.GConf
         
         Manatee.Toolkit.General.Arrow
         Manatee.Toolkit.General.Basic
         Manatee.Toolkit.General.ByteString
         Manatee.Toolkit.General.Concurrent
         Manatee.Toolkit.General.DBus
         Manatee.Toolkit.General.Either
         Manatee.Toolkit.General.FilePath
         Manatee.Toolkit.General.Functor
         Manatee.Toolkit.General.List
         Manatee.Toolkit.General.Map
         Manatee.Toolkit.General.Maybe
         Manatee.Toolkit.General.Misc
         Manatee.Toolkit.General.Process
         Manatee.Toolkit.General.Seq
         Manatee.Toolkit.General.Set
         Manatee.Toolkit.General.State
         Manatee.Toolkit.General.STM
         Manatee.Toolkit.General.String
         Manatee.Toolkit.General.Time
         Manatee.Toolkit.General.Typeable
         Manatee.Toolkit.General.Url
         
         Manatee.Toolkit.Glib.GError
         
         Manatee.Toolkit.Gio.Gio
         
         Manatee.Toolkit.Gtk.Box
         Manatee.Toolkit.Gtk.Cairo
         Manatee.Toolkit.Gtk.Concurrent
         Manatee.Toolkit.Gtk.Container
         Manatee.Toolkit.Gtk.DrawWindow
         Manatee.Toolkit.Gtk.Editable
         Manatee.Toolkit.Gtk.Event
         Manatee.Toolkit.Gtk.Gtk
         Manatee.Toolkit.Gtk.ModelView
         Manatee.Toolkit.Gtk.Multiline
         Manatee.Toolkit.Gtk.Notebook
         Manatee.Toolkit.Gtk.ScrolledWindow
         Manatee.Toolkit.Gtk.Struct
         
         Manatee.Toolkit.Widget.Interactivebar
         Manatee.Toolkit.Widget.NotebookTab
         Manatee.Toolkit.Widget.Outputbar
         Manatee.Toolkit.Widget.Plug
         Manatee.Toolkit.Widget.PopupWindow
         Manatee.Toolkit.Widget.Statusbar
         Manatee.Toolkit.Widget.Tooltip
		 
     other-modules:							
     extensions:  
     ghc-options: -fwarn-unused-matches -fwarn-unused-binds -fwarn-unused-imports -fwarn-overlapping-patterns -fwarn-duplicate-exports -fwarn-unrecognised-pragmas -fwarn-hi-shadowing