packages feed

horizon-0.1.0: horizon.cabal

name:                horizon
version:             0.1.0
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:          intractable@gmail.com
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                        

library
  exposed-modules:     Data.Time.Horizon
  -- other-modules:
  -- other-extensions:
  build-depends:       base >=4.7      && < 4.8,
                       time >= 1.4.2   && < 1.5,
                       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