name: manatee-pdfviewer version: 0.1.0 Cabal-Version: >= 1.6 license: GPL-3 license-file: LICENSE copyright: (c) 2010 ~ 2011 Andy Stewart synopsis: PDF viewer extension for Manatee. description: manatee-pdfviewer is PDF viewer extension for Manatee (Haskell/Gtk+ Integrated Live Environment) . If you see Chinese garbled in pdf viewer, make sure install package `poppler-data` . First use below command install `poppler-data' in Debain: . > sudo aptitude install poppler-data -y . And replace Chinese font string in file `/etc/fonts/conf.d/49-sansserif.conf' . 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, PDF Viewer, PDF tested-with: GHC==7.0.2 build-type: Custom data-dir: "" data-files: data/welcome/snapshot.png data/welcome/LearnYouAHaskell.pdf Source-Repository head type: darcs location: http://patch-tag.com/r/AndyStewart/manatee-pdfviewer 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, poppler >= 0.12.1, gtk >= 0.12.0, derive, binary, cairo >= 0.12.0, text >= 0.7.1.0, mtl >= 1.1.0.2, utf8-string, filepath exposed-modules: Manatee.Extension.PdfViewer Manatee.Extension.PdfViewer.PdfBuffer Manatee.Extension.PdfViewer.PdfView Manatee.Extension.PdfViewer.PageMode other-modules: Paths_manatee_pdfviewer 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-pdfviewer main-is: Main.hs ghc-options: -threaded