-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yaml
92 lines (87 loc) · 2.21 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
name: jord
version: 2.0.0.0
github: ofmooseandmen/jord
license: BSD3
author: Cedric Liegeois
maintainer: Cedric Liegeois <ofmooseandmen@yahoo.com>
copyright: 2020 Cedric Liegeois
category: Geography
stability: experimental
homepage: https://github.com/ofmooseandmen/jord
synopsis: Geographical Position Calculations
description: Please see the README on GitHub at <https://github.com/ofmooseandmen/jord#readme>
extra-source-files:
- README.md
- ChangeLog.md
ghc-options: -Wall
dependencies:
- base >= 4.9 && < 5
library:
source-dirs: src
exposed-modules:
- Data.Geo.Jord.Angle
- Data.Geo.Jord.Duration
- Data.Geo.Jord.Ellipsoid
- Data.Geo.Jord.Ellipsoids
- Data.Geo.Jord.Geocentric
- Data.Geo.Jord.Geodetic
- Data.Geo.Jord.Geodesic
- Data.Geo.Jord.GreatCircle
- Data.Geo.Jord.Kinematics
- Data.Geo.Jord.LatLong
- Data.Geo.Jord.Length
- Data.Geo.Jord.Local
- Data.Geo.Jord.Math3d
- Data.Geo.Jord.Model
- Data.Geo.Jord.Models
- Data.Geo.Jord.Polygon
- Data.Geo.Jord.Positions
- Data.Geo.Jord.Rotation
- Data.Geo.Jord.Speed
- Data.Geo.Jord.Triangle
- Data.Geo.Jord.Tx
- Data.Geo.Jord.Txs
other-modules:
- Data.Geo.Jord.Parser
executables:
jord-gen:
main: Main.hs
other-modules:
- Ellipsoids
- Generator
- Models
- Parsers
- Transformations
source-dirs: gen
jord-benchmarks:
main: Main.hs
other-modules:
- PositionsBG
- GeodesicBG
- GeodeticBG
- GreatCircleBG
- KinematicsBG
source-dirs: benchmarks
dependencies:
- jord
- criterion
tests:
jord-test:
main: Spec.hs
verbatim:
build-tool-depends:
hspec-discover:hspec-discover
source-dirs: test
dependencies:
- jord
- hspec == 2.*
- HUnit == 1.6.*
jord-readme:
main: README.lhs
verbatim:
build-tool-depends:
markdown-unlit:markdown-unlit
dependencies:
- jord
- markdown-unlit
ghc-options: -pgmL markdown-unlit