gameServer/Consts.hs
author koda
Sun, 10 Mar 2013 02:32:25 +0100
changeset 8710 8d0a150d42c2
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
cleanup file loading, this codepath can be used to load url schemes

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"