aboutsummaryrefslogtreecommitdiff
path: root/src/Model/Game.elm
diff options
context:
space:
mode:
authorJoris2015-12-30 01:03:47 +0100
committerJoris2015-12-30 01:03:47 +0100
commit1cf6bc1ad9209e4f3f2fcbc129f2577e74e94c99 (patch)
tree169e799b2d901a5f89829db8a82c79133e169474 /src/Model/Game.elm
parent79a9db1c532995c7c760bfb518b43d92dd703280 (diff)
downloadcatchvoid-1cf6bc1ad9209e4f3f2fcbc129f2577e74e94c99.tar.gz
catchvoid-1cf6bc1ad9209e4f3f2fcbc129f2577e74e94c99.tar.bz2
catchvoid-1cf6bc1ad9209e4f3f2fcbc129f2577e74e94c99.zip
Upgrade to elm 0.16.0
Diffstat (limited to 'src/Model/Game.elm')
-rw-r--r--src/Model/Game.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Model/Game.elm b/src/Model/Game.elm
index 8769651..24fd400 100644
--- a/src/Model/Game.elm
+++ b/src/Model/Game.elm
@@ -4,7 +4,7 @@ module Model.Game
) where
import Random exposing (..)
-import Keyboard exposing (KeyCode)
+import Char exposing (KeyCode)
import Time exposing (Time)
import Set
import Set exposing (Set)