gameServer/Consts.hs
author Drew Gottlieb
Sun, 02 Dec 2012 17:23:13 +0100
changeset 8187 fa725fe25708
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
GCI2012: Find Out What is Causing This Problem (frontend leaks on OS X)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"