diff options
Diffstat (limited to 'GLDriver.hs')
-rw-r--r-- | GLDriver.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GLDriver.hs b/GLDriver.hs index 45ce982..74c02e2 100644 --- a/GLDriver.hs +++ b/GLDriver.hs @@ -3,7 +3,8 @@ module GLDriver ( Driver(..) , Event , SomeEvent(..) - , QuitEvent + , QuitEvent(..) + , fromEvent ) where import Data.Typeable |