Skip to content

Commit

Permalink
Expose JulianTime and SiderealTime constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
lfborjas committed Sep 14, 2020
1 parent 3388e85 commit 20932b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/SwissEphemeris.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
-- There's a wealth of other calculations possible with the underlying library, however,
-- please refer to their documentation and the bundled sources for ideas!
module SwissEphemeris
( -- newtypes without exposed constructors
JulianTime,
SiderealTime,
( -- fundamental aliases/newtypes
JulianTime (..),
SiderealTime (..),
HouseCusp,
-- fundamental enumerations
Planet (..),
Expand Down
1 change: 0 additions & 1 deletion test/SwissEphemerisSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module SwissEphemerisSpec (spec) where
import Control.Monad (forM_)
import Data.Either (isLeft, isRight)
import SwissEphemeris
import SwissEphemeris.Internal (JulianTime (..))
import Test.Hspec
import Test.Hspec.QuickCheck (prop)
import Test.QuickCheck
Expand Down

0 comments on commit 20932b3

Please sign in to comment.