gameServer/Consts.hs
author koda
Sat, 03 Nov 2012 23:44:49 +0100
branchwebgl
changeset 7949 91511b219de7
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
let's start to introduce bugs in haskell stuff too

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"