packages feed

TORCS 0.1.0 → 0.1.0.1

raw patch · 2 files changed

+4/−4 lines, 2 files

Files

Examples/Simple.hs view
@@ -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
TORCS.cabal view
@@ -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