-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsaga-cmd.cabal
74 lines (67 loc) · 2.09 KB
/
saga-cmd.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
name: saga-cmd
version: 0.3
synopsis: Wrapping saga_cmd
description: A simple wrapper around the command-line version of the GIS-program saga
homepage: https://github.com/michelk/saga-cmd.hs
license: GPL-3
license-file: LICENSE
author: Michel Kuhlmann
maintainer: [email protected]
category: Math
build-type: Simple
cabal-version: >=1.8
source-repository head
type: git
location: https://github.com/michelk/saga-cmd.hs
library
exposed-modules: Gis.Saga.Types
Gis.Saga.Cmd
Gis.Saga.Data
Gis.Saga.Utils
Gis.Saga.LUT
Gis.Saga.Doc
Gis.Saga.Node
Gis.Saga.Commands
build-depends: base >=4.3 && < 5,
filepath,
process,
containers,
directory,
unix,
turtle
hs-source-dirs: src
executable sagaPipe
main-is: sagaPipe.hs
build-depends: base >=4.3 && < 5,
filepath,
cmdargs,
process,
text,
containers,
directory,
unix,
saga-cmd
hs-source-dirs: src
executable shpPrepMeshing
main-is: shpPrepMeshing.hs
build-depends: base
,saga-cmd
,turtle
hs-source-dirs: src
executable sagaTopo
main-is: sagaTopo.hs
build-depends: base >=4.3 && < 5,
filepath,
cmdargs,
process,
text,
containers,
directory,
unix,
saga-cmd
hs-source-dirs: src
executable sagaLut
main-is: sagaLut.hs
build-depends: base >=4.3 && < 5,
saga-cmd
hs-source-dirs: src