gameServer/Consts.hs
author koda
Sat, 29 Jun 2013 01:26:05 +0200
changeset 9299 d64f80504749
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
if you don't add the new pas files here they won't potentially trigger a rebuild anyway

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"