HsHaruPDF-0.0.0: HsHaruPDF.cabal
Name: HsHaruPDF
Version: 0.0.0
Category: Graphics
Synopsis: Haskell binding to libharu (http://libharu.sourceforge.net/)
Description: Haskell binding to libharu (http://libharu.sourceforge.net/)
-- License is really "MIT", but Cabal allows no such field
License: BSD3
License-file: LICENSE
Author: Audrey Tang
Maintainer: audreyt@audreyt.org
Build-Depends: base >= 0.2
Exposed-modules: Graphics.PDF.Haru
extensions: ForeignFunctionInterface
ghc-options: -fglasgow-exts -O2
c-sources: haru/hpdf_annotation.c haru/hpdf_array.c
haru/hpdf_binary.c haru/hpdf_boolean.c haru/hpdf_catalog.c
haru/hpdf_destination.c haru/hpdf_dict.c haru/hpdf_doc.c haru/hpdf_doc_png.c
haru/hpdf_encoder.c haru/hpdf_encoder_cns.c haru/hpdf_encoder_cnt.c
haru/hpdf_encoder_jp.c haru/hpdf_encoder_kr.c haru/hpdf_encrypt.c
haru/hpdf_encryptdict.c haru/hpdf_error.c haru/hpdf_ext_gstate.c
haru/hpdf_font.c haru/hpdf_font_cid.c haru/hpdf_font_tt.c
haru/hpdf_font_type1.c haru/hpdf_fontdef.c haru/hpdf_fontdef_base14.c
haru/hpdf_fontdef_cid.c haru/hpdf_fontdef_cns.c haru/hpdf_fontdef_cnt.c
haru/hpdf_fontdef_jp.c haru/hpdf_fontdef_kr.c haru/hpdf_fontdef_tt.c
haru/hpdf_fontdef_type1.c haru/hpdf_gstate.c haru/hpdf_image.c
haru/hpdf_image_png.c haru/hpdf_info.c haru/hpdf_list.c haru/hpdf_mmgr.c
haru/hpdf_name.c haru/hpdf_null.c haru/hpdf_number.c haru/hpdf_objects.c
haru/hpdf_outline.c haru/hpdf_page_label.c haru/hpdf_page_operator.c
haru/hpdf_pages.c haru/hpdf_real.c haru/hpdf_streams.c haru/hpdf_string.c
haru/hpdf_utils.c haru/hpdf_xref.c
extra-source-files: haru/hpdf.h haru/hpdf_annotation.h haru/hpdf_catalog.h
haru/hpdf_conf.h haru/hpdf_consts.h haru/hpdf_destination.h haru/hpdf_doc.h
haru/hpdf_encoder.h haru/hpdf_encrypt.h haru/hpdf_encryptdict.h
haru/hpdf_error.h haru/hpdf_ext_gstate.h haru/hpdf_font.h haru/hpdf_fontdef.h
haru/hpdf_gstate.h haru/hpdf_image.h haru/hpdf_info.h haru/hpdf_list.h
haru/hpdf_mmgr.h haru/hpdf_objects.h haru/hpdf_outline.h haru/hpdf_page_label.h
haru/hpdf_pages.h haru/hpdf_streams.h haru/hpdf_types.h haru/hpdf_utils.h
haru/README examples/ttfont.hs examples/PenguinAttack.ttf
include-dirs: haru /usr/include /usr/local/include /opt/local/include
extra-lib-dirs: /usr/lib /usr/local/lib /opt/local/lib
ld-options: -lz -lpng