summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/Hello.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/Hello.hs b/examples/Hello.hs
index 5918d88..3cc8c63 100644
--- a/examples/Hello.hs
+++ b/examples/Hello.hs
@@ -1,5 +1,4 @@
1{-# LANGUAGE PackageImports, LambdaCase, OverloadedStrings #-} 1{-# LANGUAGE PackageImports, LambdaCase, OverloadedStrings #-}
2{-# LANGUAGE FlexibleContexts #-}
3import "GLFW-b" Graphics.UI.GLFW as GLFW 2import "GLFW-b" Graphics.UI.GLFW as GLFW
4import qualified Data.Map as Map 3import qualified Data.Map as Map
5import qualified Data.Vector.Storable as SV 4import qualified Data.Vector.Storable as SV