gameServer/Consts.hs
author unc0rr
Fri, 07 Feb 2014 14:41:49 +0400
changeset 10119 7e05a397602f
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
Fix build with old base package

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"