forked from scielo-edo/jats2tex
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.yaml
108 lines (101 loc) · 1.57 KB
/
package.yaml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
name: jats2tex
version: '0.11.1.0'
author: Pedro Tacla Yamada
maintainer: [email protected]
category: Language
description: jats2tex converts JATS-XML to LaTeX
synopsis: jats2tex converts JATS-XML to LaTeX
license: AllRightsReserved
extra-source-files:
- README.md
- ./docs/man/jats2tex.man
data-files:
- ./default.yaml
- ./default-haskell.yaml
dependencies:
- base >=4 && <5
- xml
- mtl
- containers
- HaTeX
- hxt
- hxt-expat
- hxt-xpath
- text
- optparse-applicative
- bytestring
- text-icu
- executable-hash
- cabal-file-th
- wreq
- lens
- lens-aeson
- vector
- aeson
- directory
- temporary
- filepath
- open-browser
- polyparse
- unordered-containers
- yaml
- shakespeare
- cryptohash
- hint
- megaparsec
- exceptions
- data-default
- hslua
- luautils
- file-embed
- template-haskell
- process
- th-utilities
- exceptions
when:
condition: 'os(windows)'
dependencies:
- Win32
library:
source-dirs:
- src
other-modules:
- Paths_jats2tex
executables:
jats2tex:
main: Main.hs
source-dirs:
- ./bin
dependencies:
- jats2tex
- raven-haskell
ghc-options: -O2
jats2tex-remove-c-data:
main: RemoveCData.hs
source-dirs:
- ./bin
dependencies:
- xml
- jats2tex
jats2tex-build-installer:
main: Main.hs
source-dirs:
- ./bin/windows-installer
dependencies:
- nsis
when:
condition: 'os(windows)'
then:
buildable: true
else:
buildable: false
tests:
hspec:
main: Spec.hs
source-dirs: test
dependencies:
- base
- hspec
- QuickCheck
- jats2tex
- here