gameServer/Consts.hs
author sheepluva
Thu, 25 Aug 2011 18:29:46 +0200
changeset 5683 8a5efade0b93
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
reduce effect of the look-ahead behaviour that I tried to implement

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"