gameServer/Consts.hs
author nemo
Fri, 27 Jul 2012 10:38:29 -0400
changeset 7440 1474a6d0ab28
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
rewrite to make the string shorter

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"