-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhorizon.cabal
31 lines (29 loc) · 1.19 KB
/
horizon.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
name: horizon
version: 0.1.1
synopsis: Sunrise and sunset UTC approximations from latitude and longitude coordinates
description: Provides a basic implementation of the sunrise and sunset equations from <https://en.wikipedia.org/wiki/Sunrise_equation this wikipedia page>.
license: BSD3
license-file: LICENSE
author: Joel Stanley
maintainer: [email protected]
category: Data
build-type: Simple
extra-source-files: README.org
cabal-version: >=1.10
stability: provisional
homepage: https://github.com/intractable/horizon
bug-reports: https://github.com/intractable/horizon/issues
Package-url: http://hackage.haskell.org/package/horizon
tested-with: GHC == 7.8.3, GHC == 8.2.2
library
exposed-modules: Data.Time.Horizon
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && < 5.0,
time,
AC-Angle >= 1.0 && < 2.0
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/intractable/horizon.git