gameServer/Consts.hs
author sheepluva
Mon, 27 Aug 2012 11:05:09 +0200
changeset 7612 047c6692a2e7
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
shutting the windows/pas2c build bot up: pas2c seems to fail parsing 'not' after a logical 'and' or 'or' (if no parenthesis)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"