diff --git a/src/Lib.hs b/src/Lib.hs index 0df5dee..490bd82 100644 --- a/src/Lib.hs +++ b/src/Lib.hs @@ -30,7 +30,7 @@ module Lib ( update, updateAll, -- * Examples - au, sun, earth, moon, mercury, venus, mars + astronomicalUnit, sun, earth, moon, mercury, venus, mars ) where import Data.List