aboutsummaryrefslogtreecommitdiff
path: root/src/View/Round.elm
diff options
context:
space:
mode:
authorJoris2016-09-04 15:52:17 +0200
committerJoris2016-09-04 15:53:32 +0200
commit8714c3befcf3f9923cf72e8d992ba6d963c0e6e7 (patch)
treee5ab35a918a95cbfee2f90dc34f3fe57fac42593 /src/View/Round.elm
parentcda08750ac7cdd83e73c1110800bea39928ffed9 (diff)
downloadcatchvoid-8714c3befcf3f9923cf72e8d992ba6d963c0e6e7.tar.gz
catchvoid-8714c3befcf3f9923cf72e8d992ba6d963c0e6e7.tar.bz2
catchvoid-8714c3befcf3f9923cf72e8d992ba6d963c0e6e7.zip
Upgrade to elm 0.17.1
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 2648aa8..a3f34e2 100644
--- a/src/View/Round.elm
+++ b/src/View/Round.elm
@@ -1,6 +1,6 @@
-module View.Round
+module View.Round exposing
( roundView
- ) where
+ )
import Model.Round exposing (..)