name: solar version: 0.1.0.0 x-revision: 1 synopsis: Simple library for solar calculations description: Simple library for solar calculations, to determine sunset, sunrise, solar noon, etc. homepage: https://github.com/tsahyt/solar#readme license: MIT license-file: LICENSE author: Paul Ogris maintainer: paul@tsahyt.com copyright: 2019 Paul Ogris category: Astronomy build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Data.Time.Solar build-depends: base >= 4.7 && < 5, time >= 1.8 && < 1.10 default-language: Haskell2010 source-repository head type: git location: https://github.com/tsahyt/solar