gameServer/Consts.hs
author koda
Sun, 09 Jun 2013 12:20:19 +0200
changeset 9159 3e9d4bbc4053
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
set linker flags where appropriate

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"