name: manatee-terminal version: 0.1.0 Cabal-Version: >= 1.6 license: GPL-3 license-file: LICENSE copyright: (c) 2010 ~ 2011 Andy Stewart synopsis: Terminal Emulator extension for Manatee. description: manatee-terminal is terminal emulator extension for Manatee (Haskell/Gtk+ Integrated Live Environment) . Because VTE widget is not MVC design as Manatee's framework, so terminal process won't running in background like other extension, instead terminal process will kill when terminal buffer close by user. . VTE widget will replace by MVC design terminal emulator widget in the future, as temporary solution, please make sure command have finish before you close terminal buffer, i warning you. :) . Video (Select 720p HD) at : . Screenshots at : . Manual at : . IRC channel: irc.freenode.net 6667 <##manatee> . Mailing-List: manatee-user\@googlegroups.com manatee-develop\@googlegroups.com . author: Andy Stewart maintainer: Andy Stewart stability: provisional category: Manatee, Download Manager, Network tested-with: GHC==7.0.2 build-type: Custom data-dir: "" data-files: data/welcome/snapshot.png Source-Repository head type: darcs location: http://patch-tag.com/r/AndyStewart/manatee-terminal Library build-depends: base >= 4 && < 5, manatee-core >= 0.1.0, dbus-client >= 0.3 && < 0.4, stm >= 2.1.2.0, containers >= 0.3.0.0, gtk >= 0.12.0, vte >= 0.12.0, derive, binary, text >= 0.7.1.0, filepath, unix exposed-modules: Manatee.Extension.Terminal Manatee.Extension.Terminal.PageMode Manatee.Extension.Terminal.TerminalBuffer Manatee.Extension.Terminal.TerminalView other-modules: Paths_manatee_terminal 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-terminal main-is: Main.hs ghc-options: -threaded