gameServer/Consts.hs
author Mitchell Kember <mk12360@gmail.com>
Sun, 02 Dec 2012 18:45:57 -0500
changeset 8200 90f524718f3d
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Move video description text underneath thumbnail to prevent the layout from resizing.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"