gameServer/Consts.hs
author nemo
Thu, 04 Apr 2013 11:27:23 -0400
changeset 8854 31133afaa025
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
remove 70c086d9b03f - I suspect the issue was actually part of more general prob probably fixed in cfc44db21d72 by jaree

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"