gameServer/Consts.hs
author sheepluva
Sun, 23 Oct 2011 22:47:59 +0200
changeset 6193 4f234aa06182
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
highlight improvements * only highlight if surrounded by whitespaces (or trailing ': ') + case-insensitive

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"