-
Notifications
You must be signed in to change notification settings - Fork 1
/
xournal-parser.cabal
46 lines (38 loc) · 1.22 KB
/
xournal-parser.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Name: xournal-parser
Version: 0.5.0.1.999
Synopsis: Xournal file parser
Description: Text parser for xournal xml file
Homepage: http://ianwookim.org/hoodle
License: BSD3
License-file: LICENSE
Author: Ian-Woo Kim
Maintainer: Ian-Woo Kim <[email protected]>
Category: Text
Build-Type: Simple
Cabal-Version: >= 1.8
Source-repository head
type: git
location: http://www.github.com/wavewave/xournal-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,
mtl,
transformers > 0.3,
attoparsec > 0.10,
bytestring >= 0.9,
containers >= 0.4,
xml-conduit > 1.0,
conduit > 1,
strict > 0.3,
attoparsec-conduit > 0.5,
xournal-types >= 0.5.0.1.999,
xml-types > 0.3,
text > 0.11,
lens >= 2.5,
zlib-conduit > 0.5
Exposed-Modules:
Text.Xournal.Parse
Text.Xournal.Parse.Conduit
Text.Xournal.Parse.Zlib