gameServer/Consts.hs
author Periklis Ntanasis <pntanasis@gmail.com>
Fri, 28 Jun 2013 22:06:57 +0300
branchspacecampaign
changeset 9290 478aa681e702
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
this seems to work ok, but I have to clean up the code

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"