-
Notifications
You must be signed in to change notification settings - Fork 0
/
SALDOtoGF.cabal
53 lines (48 loc) · 1.27 KB
/
SALDOtoGF.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
47
48
49
50
51
52
53
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: b2905dd0c6b3eb9c40a54d7105270f51d624a62e918fe163dadfc55db591a953
name: SALDOtoGF
version: 3.0
synopsis: Conversion script from SALDO to GF grammar
description: See README.md
category: Development
homepage: https://github.com/DigitalGrammarsAB/SALDOtoGF#readme
bug-reports: https://github.com/DigitalGrammarsAB/SALDOtoGF/issues
maintainer: John J. Camilleri <[email protected]>
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/DigitalGrammarsAB/SALDOtoGF
executable SALDOtoGF
main-is: Main.hs
other-modules:
Common
Paradigms
Saldoer
SaldoHSDump
SaldoJSON
SaldoXML
Paths_SALDOtoGF
hs-source-dirs:
src
ghc-options: -Wunused-imports -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
aeson
, base >=4.9 && <5
, bytestring
, containers
, directory
, filepath
, gf >=3.10
, mtl
, process
, text
, unicode-show
, xml
default-language: Haskell2010