gameServer/Consts.hs
author Marco Bresciani
Fri, 19 Jul 2013 12:55:32 +0200
changeset 9365 0d4ec802a52a
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Couple of typos.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"