packages feed

xournal-render-0.2.0.0: xournal-render.cabal

Name:		xournal-render
Version:	0.2.0.0
Synopsis:       Xournal file renderer
Description: 	Xournal file renderer
License: 	BSD3
License-file:	LICENSE
Author:		Ian-Woo Kim
Maintainer: 	Ian-Woo Kim <ianwookim@gmail.com>
Build-Type: 	Simple
Cabal-Version:  >= 1.8



Library
  hs-source-dirs: src
  ghc-options: 	-Wall -O2 -threaded -funbox-strict-fields -fno-warn-unused-do-bind
  ghc-prof-options: -caf-all -auto-all
  Build-Depends: 
                 base == 4.*, 
                 mtl == 2.*, 
                 containers == 0.4.*, 
                 xournal-parser == 0.2.*, 
                 cairo == 0.12.*, 
                 strict == 0.3.*, 
                 bytestring == 0.9.*
  Exposed-Modules: 
                   Graphics.Xournal.Render
                   Graphics.Xournal.Render.BBox
                   Graphics.Xournal.HitTest
                   Graphics.Xournal.Type
                   Graphics.Xournal.Type.Map
                   Graphics.Xournal.Type.Select