gameServer/Consts.hs
author koda
Fri, 11 May 2012 00:05:47 +0200
changeset 7049 35d762458d66
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
minor changes for warnings and a variables scope

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"