gameServer/Consts.hs
author nemo
Thu, 10 Nov 2011 21:11:57 -0500
changeset 6322 b310f0bc8dde
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
If I'm going to be arbitrary about it, might as well go for the more minimal arbitrariness

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"