gameServer/Consts.hs
author Xeli
Sat, 09 Jun 2012 12:15:05 +0200
changeset 7202 2d78dc517c91
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
restore fpc 2.4.2 compatibility

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"