-
Notifications
You must be signed in to change notification settings - Fork 0
/
swiss-ephemeris.cabal
112 lines (107 loc) · 3.01 KB
/
swiss-ephemeris.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
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
109
110
111
112
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: e7928c1b947cdfac890861bca07fa71244acadb0a156fc37ce416800d363e581
name: swiss-ephemeris
version: 1.4.2.0
synopsis: Haskell bindings for the Swiss Ephemeris C library
description: Please see the README on GitHub at <https://github.com/lfborjas/swiss-ephemeris#readme>
category: Data, Astrology
homepage: https://github.com/lfborjas/swiss-ephemeris#readme
bug-reports: https://github.com/lfborjas/swiss-ephemeris/issues
author: Luis Borjas Reyes
maintainer: swiss-ephemeris@lfborjas.com
license: AGPL-3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
swedist/sweph_18/seas_18.se1
swedist/sweph_18/semo_18.se1
swedist/sweph_18/sepl_18.se1
swedist/precalc/sep4_244
source-repository head
type: git
location: https://github.com/lfborjas/swiss-ephemeris
library
exposed-modules:
Foreign.Interpolate
Foreign.SweEphe4
Foreign.SwissEphemeris
Foreign.SwissEphemerisExtras
SwissEphemeris
SwissEphemeris.ChartUtils
SwissEphemeris.Internal
SwissEphemeris.Precalculated
SwissEphemeris.Time
other-modules:
Paths_swiss_ephemeris
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints
include-dirs:
csrc
install-includes:
csrc/swedate.h
csrc/swedll.h
csrc/swehouse.h
csrc/swejpl.h
csrc/swemptab.h
csrc/swenut2000a.h
csrc/sweodef.h
csrc/swepcalc.h
csrc/sweph.h
csrc/swephexp.h
csrc/swephlib.h
csrc/dgravgroup.h
csrc/configurable_sweephe4.h
csrc/interpolate.h
c-sources:
csrc/swecl.c
csrc/swedate.c
csrc/swehel.c
csrc/swehouse.c
csrc/swejpl.c
csrc/swemmoon.c
csrc/swemplan.c
csrc/swepcalc.c
csrc/swepdate.c
csrc/sweph.c
csrc/swephlib.c
csrc/dgravgroup.c
csrc/configurable_sweephe4.c
csrc/interpolate.c
build-depends:
base >=4.10 && <4.17
, time >=1.9 && <1.13
, vector >=0.12 && <0.13
default-language: Haskell2010
test-suite swiss-ephemeris-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Arbitrary
ChartUtilsSpec
PrecalculatedSpec
SwissEphemerisSpec
TimeSpec
Utils
Paths_swiss_ephemeris
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints
build-tool-depends:
hspec-discover:hspec-discover >=2.7 && <2.8
build-depends:
QuickCheck >=2.12 && <=2.15
, base >=4.10 && <4.17
, directory >=1.3 && <1.4
, hspec >=2.7 && <2.8
, random
, swiss-ephemeris
, time >=1.9 && <1.13
, vector >=0.12 && <0.13
default-language: Haskell2010