orbits-0.3: orbits.cabal
cabal-version: 1.24
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 19ff836740d3a6d31f4b16ef06879a924c919fabab962046e35730122d362dff
name: orbits
version: 0.3
synopsis: Types and functions for Kepler orbits.
category: Physics
homepage: https://github.com/expipiplus1/orbit#readme
bug-reports: https://github.com/expipiplus1/orbit/issues
author: Joe Hermaszewski
maintainer: Joe Hermaszewski <keep.it.real@monoid.al>
copyright: 2020 Joe Hermaszewski
license: BSD3
license-file: LICENSE
build-type: Custom
extra-source-files:
.gitignore
readme.md
default.nix
changelog.md
source-repository head
type: git
location: https://github.com/expipiplus1/orbit
custom-setup
setup-depends:
Cabal
, base
, cabal-doctest >=1 && <1.1
library
exposed-modules:
Data.Constants.Mechanics.Extra
Physics.Orbit
other-modules:
Data.Metrology.Extra
hs-source-dirs:
src
default-extensions: DataKinds GeneralizedNewtypeDeriving QuasiQuotes ScopedTypeVariables TypeOperators
ghc-options: -Wall -O2
build-depends:
ad >=4.3.2
, base >=4.8 && <5
, exact-real >=0.12
, units
, units-defs >=2.2
default-language: Haskell2010
test-suite doctests
type: exitcode-stdio-1.0
main-is: Doctests.hs
other-modules:
hs-source-dirs:
test/doctest
default-extensions: DataKinds GeneralizedNewtypeDeriving QuasiQuotes ScopedTypeVariables TypeOperators
ghc-options: -Wall
build-depends:
base
, doctest
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
main-is: Test.hs
other-modules:
Data.CReal.QuickCheck
Data.Metrology.QuickCheck
Physics.Orbit.QuickCheck
Test.QuickCheck.Extra
WrappedAngle
Data.Constants.Mechanics.Extra
Data.Metrology.Extra
Physics.Orbit
Paths_orbits
hs-source-dirs:
test
src
default-extensions: DataKinds GeneralizedNewtypeDeriving QuasiQuotes ScopedTypeVariables TypeOperators
ghc-options: -Wall -threaded
build-depends:
QuickCheck
, ad
, base
, checkers
, exact-real
, orbits
, random
, tagged
, tasty
, tasty-quickcheck
, tasty-th
, units
, units-defs
default-language: Haskell2010