gameServer/Consts.hs
author nemo
Wed, 14 Nov 2012 23:23:56 -0500
changeset 8030 165aeaaaf445
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Call fallers less often. Should hopefully still be about as effective at the intended purpose. Should help loads quite a bit.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"