astro-0.4.1.0: astro.cabal
name: astro
version: 0.4.1.0
synopsis: Astro
description: Please see README.md
homepage: https://github.com/alexander-ignatyev/astro
license: BSD3
license-file: LICENSE
author: Alexander Ignatyev
maintainer: Alexander Ignatyev
copyright: 2016-2017 Alexander Ignatyev
category: Science
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Data.Astro.Time
, Data.Astro.Time.GregorianCalendar
, Data.Astro.Time.JulianDate
, Data.Astro.Time.Sidereal
, Data.Astro.Time.Epoch
, Data.Astro.Time.Conv
, Data.Astro.Coordinate
, Data.Astro.Types
, Data.Astro.Utils
, Data.Astro.CelestialObject
, Data.Astro.CelestialObject.RiseSet
, Data.Astro.Effects
, Data.Astro.Effects.Parallax
, Data.Astro.Star
, Data.Astro.Sun
, Data.Astro.Sun.SunInternals
, Data.Astro.Planet
, Data.Astro.Planet.PlanetDetails
, Data.Astro.Planet.PlanetMechanics
, Data.Astro.Moon
, Data.Astro.Moon.MoonDetails
other-modules: Data.Astro.Effects.Precession
, Data.Astro.Effects.Nutation
, Data.Astro.Effects.Aberration
build-depends: base >= 4.7 && < 5
, time
, matrix
default-language: Haskell2010
executable astro-app
hs-source-dirs: app
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, bytestring
, time
, aeson
, optparse-applicative
, astro
default-language: Haskell2010
test-suite astro-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Main.hs
build-depends: base
, astro
, time
, test-framework
, test-framework-hunit
, test-framework-quickcheck2
, HUnit
, QuickCheck > 2.0
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/alexander-ignatyev/astro