From 5af770bd99dbb57d78857236c054bc0a6dc4bdfd Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sun, 10 May 2015 16:59:08 +0200 Subject: Updating elm version to 0.15 --- src/Model/Round.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Model/Round.elm') diff --git a/src/Model/Round.elm b/src/Model/Round.elm index 16e8f5e..4586ede 100644 --- a/src/Model/Round.elm +++ b/src/Model/Round.elm @@ -4,7 +4,7 @@ module Model.Round ) where import List -import Time (Time) +import Time exposing (Time) type alias Round = { duration : Time -- cgit v1.2.3