summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-01-11 11:37:14 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-01-11 11:37:14 +0100
commitd0774515b28d5d32f4645b80ffeeffdc8a3c4d6d (patch)
treee9859aaa00e972fbd28e8665bd07d9498ff33de8
parent49e943af3c5e5e6d48aeecc3f93afbc2fc8a94a1 (diff)
remove unused language pragma
-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