name: manatee-reader
version: 0.1.0
Cabal-Version: >= 1.6
license: GPL-3
license-file: LICENSE
copyright: (c) 2010 ~ 2011 Andy Stewart
synopsis: Feed reader extension for Manatee.
description: manatee-reader is feed reader extension for Manatee (Haskell/Gtk+ Integrated Live Environment)
.
Default configuration template at Config\/Reader.hs, copy to directory `HOME/.manatee/config/`.
.
Note, you need re-install package to start the configuration file take effect the next time,
.
Video (Select 720p HD) at : <http://www.youtube.com/watch?v=weS6zys3U8k> <http://www.youtube.com/watch?v=A3DgKDVkyeM> <http://v.youku.com/v_show/id_XMjI2MDMzODI4.html>
.
Screenshots at : <http://goo.gl/MkVw>
.
Manual at : <http://haskell.org/haskellwiki/Manatee>
.
IRC channel: irc.freenode.net 6667 <##manatee>
.
Mailing-List: manatee-user\@googlegroups.com manatee-develop\@googlegroups.com
.
author: Andy Stewart
maintainer: Andy Stewart <lazycat.manatee@gmail.com>
stability: provisional
category: Manatee, RSS/Atom Reader, Feed, RSS, Atom
tested-with: GHC==7.0.2
build-type: Custom
data-dir: ""
data-files: Config/Reader.hs
data/welcome/snapshot.png
Source-Repository head
type: darcs
location: http://patch-tag.com/r/AndyStewart/manatee-reader
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, derive, binary,
text >= 0.7.1.0, webkit >= 0.12.0, feed >= 0.3.7, download-curl >= 0.1.2,
utf8-string >= 0.3.4, filepath
exposed-modules:
Manatee.Extension.Reader
Manatee.Extension.Reader.ReaderBuffer
Manatee.Extension.Reader.ReaderView
Manatee.Extension.Reader.PageMode
Manatee.Extension.Reader.Types
other-modules:
Paths_manatee_reader
Config.Default
Config.User
Config.Import
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-reader
main-is: Main.hs
ghc-options: -threaded