packages feed

hoodle-parser-0.1.0: hoodle-parser.cabal

Name:		hoodle-parser
Version:	0.1.0
Synopsis:       Hoodle file parser
Description: 	Text parser for hoodle xml file
Homepage:       http://ianwookim.org/hoodle
License: 	BSD3
License-file:	LICENSE
Author:		Ian-Woo Kim
Maintainer: 	Ian-Woo Kim <ianwookim@gmail.com>
Category:       Text
Build-Type: 	Simple
Cabal-Version:  >= 1.8
Source-repository head
  type: git
  location: http://www.github.com/wavewave/hoodle-parser


Library
  hs-source-dirs: src
  ghc-options: 	-Wall -funbox-strict-fields -fno-warn-unused-do-bind
  ghc-prof-options: -caf-all -auto-all
  Build-Depends: base == 4.*, 
                 mtl == 2.*, 
                 transformers == 0.3.*, 
                 attoparsec == 0.10.*, 
                 bytestring >= 0.9, 
                 containers >= 0.4, 
                 conduit == 0.5.*,
                 strict == 0.3.*, 
                 attoparsec-conduit == 0.5.*,
                 hoodle-types >= 0.1.0, 
                 xournal-types >= 0.5.0,
                 text == 0.11.*,
                 lens >= 2.4, 
                 zlib-conduit == 0.5.*
  Exposed-Modules: 
                   Text.Hoodle.Parse.Attoparsec
                   Text.Hoodle.Parse.Zlib
                   Text.Hoodle.Translate.FromXournal