gameServer/Consts.hs
author koda
Thu, 20 Dec 2012 23:14:54 +0100
changeset 8317 ec9f94ab2737
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
remove the CROSSAPPLE option until a better solution is found

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"