Name: roboserver Version: 1.0 Synopsis: Server for RoboRace game License: BSD3 License-file: LICENSE Author: Milan Straka Maintainer: fox@ucw.cz Category: Game Build-type: Simple Cabal-version: >=1.2 Extra-source-files: data/roboserver.map data/roboserver.html Executable roboserver Main-is: RoboServer/Main.hs Other-modules: RoboServer.Game RoboServer.HTML RoboServer.HTTPServer RoboServer.Server RoboServer.Templates RoboServer.Utils Extensions: CPP PatternGuards Build-depends: base >= 4 && < 5, array, containers, directory, filepath, network, old-locale, process, random, template-haskell, time, url GHC-options: -fwarn-unused-imports -threaded -O2 -rtsopts -static -optl-static -optl-s if !os(windows) Build-depends: unix >= 2 && < 3 CPP-options: -D_OS_UNIX GHC-options: -optl-pthread else Build-depends: Win32 >= 2 && < 3 CPP-options: -D_OS_WIN32 GHC-options: -fno-gen-manifest -optlroboserver.res -optl-mwindows Extra-libraries: "comctl32"