gameServer/Consts.hs
author nemo
Fri, 07 Jun 2013 22:12:15 -0400
changeset 9157 2f8b60b89121
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
ok. this could be tidier, but, I'm sick of hogs w/ unmodified thaw thawing on exactly wrong turn.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"