aboutsummaryrefslogtreecommitdiff
path: root/src/View/Round.elm
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-05-10 16:59:08 +0200
committerJoris Guyonvarch2015-05-10 16:59:08 +0200
commit5af770bd99dbb57d78857236c054bc0a6dc4bdfd (patch)
treea15a021df539302767281296c66bb8fdf2d0bae1 /src/View/Round.elm
parentd5ec91d4d01db6f4d476522d5b14e116435ebb7d (diff)
downloadcatchvoid-5af770bd99dbb57d78857236c054bc0a6dc4bdfd.tar.gz
catchvoid-5af770bd99dbb57d78857236c054bc0a6dc4bdfd.tar.bz2
catchvoid-5af770bd99dbb57d78857236c054bc0a6dc4bdfd.zip
Updating elm version to 0.15
Diffstat (limited to 'src/View/Round.elm')
-rw-r--r--src/View/Round.elm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/View/Round.elm b/src/View/Round.elm
index 81f4f8c..2648aa8 100644
--- a/src/View/Round.elm
+++ b/src/View/Round.elm
@@ -2,9 +2,9 @@ module View.Round
( roundView
) where
-import Model.Round (..)
+import Model.Round exposing (..)
-import View.Time (timeView)
+import View.Time exposing (timeView)
roundView : Round -> String
roundView round =