manatee: The Haskell/Gtk+ Integrated Live Environment
Manatee is Haskell integrated environment written in Haskell.
The goal of the Manatee project is to provide a fast, safe and flexible integrated environment for haskell hacking.
You can consider it is new environment mix Gnome and Emacs. Like Gnome to provide friendly graphics interface and work efficient like Emacs.
Manatee use multi-processes framework, any sub-module running in separate process to protected core won't crash. So it minimize your losses when some unexpected exception throw in extension.
You can find screenshots at : http://goo.gl/MkVw
Below is build step for Manatee:
1) Install C library: In Debian use below command:
sudo aptitude install libgtksourceview2.0-dev libgconf2-dev libwebkit-dev libcurl4-openssl-dev libgtkimageview-dev libpoppler-glib-dev poppler-data libtagc0-dev -y
2) Install Gtk2hs:
cabal install gtk2hs-buildtools gtk
And make sure HOME.cabalbin/ in your PATH.
3) Install Manatee:
cabal install manatee-core manatee-anything manatee-browser manatee-editor manatee-filemanager manatee-imageviewer manatee-ircclient manatee-mplayer manatee-pdfviewer manatee-processmanager manatee-reader manatee
That's all, then type command "manatee" to play it! :)
Modules
[Index]
Downloads
- manatee-0.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.2.0, 0.2.1, 0.2.2 |
---|---|
Dependencies | base (>=4 && <5), cairo (>=0.12.0), containers (>=0.3.0.0), dbus-client (>=0.3 && <0.4), dbus-core, directory, gtk (>=0.12.0), gtk-serialized-event (>=0.12.0), manatee-core (>=0.0.1), mtl (>=1.1.0.2), stm, template-haskell, text (>=0.7.1.0), unix (>=2.4.0.0), utf8-string [details] |
Tested with | ghc ==6.12.3 |
License | GPL-3.0-only |
Copyright | (c) 2009 ~ 2010 Andy Stewart |
Author | Andy Stewart |
Maintainer | Andy Stewart <lazycat.manatee@gmail.com> |
Category | Manatee, Operating System, Desktop Environment, IDE |
Source repo | head: darcs get http://patch-tag.com/r/AndyStewart/manatee |
Uploaded | by AndyStewart at 2010-11-10T14:32:47Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Executables | manatee |
Downloads | 15064 total (1 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |