name: manatee-curl version: 0.1.1 Cabal-Version: >= 1.6 license: GPL-3 license-file: LICENSE copyright: (c) 2010 ~ 2011 Andy Stewart synopsis: Download Manager extension for Manatee. description: manatee-curl is multithreads download manager extension for Manatee (Haskell/Gtk+ Integrated Live Environment) . Default configuration template at Config\/Curl.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 : . 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.3 build-type: Custom data-dir: "" data-files: Config/Curl.hs data/welcome/snapshot.png Source-Repository head type: darcs location: http://patch-tag.com/r/AndyStewart/manatee-curl Library build-depends: base >= 4 && < 5, manatee-core >= 0.1.1, dbus-client >= 0.3 && < 0.4, stm >= 2.1.2.0, containers >= 0.3.0.0, gtk >= 0.12.0, text >= 0.7.1.0, mtl >= 1.1.0.2, old-time, old-locale, glib >= 0.12.0, gio >= 0.12.0, filepath >= 1.1.0.3, utf8-string >= 0.3.4, bytestring, network, curl >= 1.3.7, directory, template-haskell, derive, binary, regex-tdfa, dbus-core exposed-modules: Manatee.Extension.Curl Manatee.Extension.Curl.PageMode Manatee.Extension.Curl.CurlBuffer Manatee.Extension.Curl.CurlView Manatee.Extension.Curl.Types other-modules: Paths_manatee_curl 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-curl main-is: Main.hs ghc-options: -threaded