Name: xournal-parser Version: 0.2.0 Synopsis: Xournal file parser Description: Define Xournal type and parser for xournal xml file License: BSD3 License-file: LICENSE Author: Ian-Woo Kim Maintainer: Ian-Woo Kim 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.*, transformers == 0.2.*, attoparsec == 0.9.*, attoparsec-iteratee == 0.3.*, iteratee >= 0.7 && < 0.9, bytestring == 0.9.*, containers == 0.4.*, xml-enumerator < 0.4, enumerator >= 0.4.13 && < 0.5, strict == 0.3.*, iteratee-compress == 0.2.1.* Exposed-Modules: Text.Xournal.Type Text.Xournal.Parse Text.Xournal.Predefined Text.Xournal.Parse.Enumerator Text.Xournal.Parse.Zlib