gameServer/Consts.hs
author nemo
Sat, 27 Oct 2012 11:33:38 -0400
changeset 7838 5c2337f8dbb2
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
issue #443 - change in syntax for effects

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"