Skip to content

Commit

Permalink
Remove unqualifed Monoid import from Ellipsoids
Browse files Browse the repository at this point in the history
This works in nightlies, but fails in older builds where monoids and
semigroups overlap.
  • Loading branch information
dustin committed Apr 13, 2018
1 parent f1ac376 commit 944aac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Geodetics/Ellipsoids.hs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ module Geodetics.Ellipsoids (
cross3
) where

import Data.Monoid
import Data.Monoid (Monoid)
import Data.Semigroup (Semigroup, (<>))
import Numeric.Units.Dimensional
Expand Down

0 comments on commit 944aac7

Please sign in to comment.