diff --git a/Examples/Simple.hs b/Examples/Simple.hs
--- a/Examples/Simple.hs
+++ b/Examples/Simple.hs
@@ -10,7 +10,7 @@
 import Debug.Trace
 
 main :: IO ()
-main = (startDriver $ myDriver 100) >>= print 
+main = (startGUIDriver $ myDriver 100) >>= print 
 
 myDriver :: Double -> Driver
 myDriver targetSpeed = proc CarState{..} -> do
diff --git a/TORCS.cabal b/TORCS.cabal
--- a/TORCS.cabal
+++ b/TORCS.cabal
@@ -2,8 +2,8 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                TORCS
-version:             0.1.0
-synopsis:            Bindings to the TORCS vehicle simulator.
+version:             0.1.0.1
+-- synopsis:            
 description:         
   A library for building autonomous vehicles that run in the TORCS simulator. This requires the following external dependencies:
   .
@@ -22,7 +22,7 @@
 author:              Mark Santolucito
 maintainer:          mark.santolucito@yale.edu
 -- copyright:           
-category:            Simulation, FRP, Bindings
+category:            Game
 build-type:          Simple
 extra-source-files:  ChangeLog.md, README
 cabal-version:       >=1.10
