packages feed

manatee-editor-0.0.1: manatee-editor.cabal

name:			manatee-editor
version:		0.0.1
Cabal-Version:	>= 1.6
license:		GPL-3
license-file:	LICENSE
copyright:		(c) 2009 ~ 2010 Andy Stewart
synopsis:		Editor extension for Manatee.
description:    manatee-editor is editor extension for Manatee (Haskell/Gtk+ Integrated Live Environment)
author:			Andy Stewart
maintainer:		Andy Stewart <lazycat.manatee@gmail.com>
stability:		provisional
category:		Manatee, Editor, IDE

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

Source-Repository head
  type:         darcs
  location:     http://patch-tag.com/r/AndyStewart/manatee-editor
  
Library
     build-depends: base >= 4 && < 5, manatee-core >= 0.0.1, dbus-client >= 0.3 && < 0.4, stm >= 2.1.2.0,
                    containers >= 0.3.0.0, gtk-serialized-event >= 0.12.0, gtk >= 0.12.0, gtksourceview2 >= 0.12.0,
                    text >= 0.7.1.0, bytestring >= 0.9.1.5, dbus-core, regex-tdfa
     exposed-modules:
         Manatee.Extension.Editor
         Manatee.Extension.Editor.PageMode
         Manatee.Extension.Editor.SourceBuffer
         Manatee.Extension.Editor.SourceView
     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 
     
Executable manatee-editor
     main-is: Main.hs

     ghc-options: -threaded