gameServer/Consts.hs
author nemo
Thu, 30 Aug 2012 12:47:41 -0400
changeset 7533 7ee319134713
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
I shouldn'tve tracked this really, I should have just rejected that part of the transplant

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"