gameServer/Consts.hs
author koda
Sat, 24 Aug 2013 13:33:34 +0200
changeset 9419 fa8324ed4702
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
avoid duplicate pkg-config calls and make sure to use the pkg-config paths when found

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"