From 8714c3befcf3f9923cf72e8d992ba6d963c0e6e7 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 4 Sep 2016 15:52:17 +0200 Subject: Upgrade to elm 0.17.1 --- src/Utils/Geometry.elm | 4 ++-- src/Utils/Physics.elm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Utils') diff --git a/src/Utils/Geometry.elm b/src/Utils/Geometry.elm index 5e0d4a2..c4a4539 100644 --- a/src/Utils/Geometry.elm +++ b/src/Utils/Geometry.elm @@ -1,8 +1,8 @@ -module Utils.Geometry +module Utils.Geometry exposing ( polarToCartesian , distance , inBoard - ) where + ) import Model.Vec2 exposing (..) diff --git a/src/Utils/Physics.elm b/src/Utils/Physics.elm index acf37ae..5da3737 100644 --- a/src/Utils/Physics.elm +++ b/src/Utils/Physics.elm @@ -1,8 +1,8 @@ -module Utils.Physics +module Utils.Physics exposing ( getNewPosAndSpeed , getMove , getWaveMove - ) where + ) import Model.Vec2 exposing (..) -- cgit v1.2.3