Name: tremulous-query Version: 1.0.5 Author: Christoffer Öjeling Maintainer: Christoffer Öjeling License: GPL-3 License-File: LICENSE Category: Network Synopsis: Library for polling Tremulous servers Description: A library for polling servers from the game Tremulous. Supports both the released 1.1 version and the 1.2 Gameplay Preview commonly known as GPP. Cabal-Version: >= 1.10 Build-Type: Simple Tested-With: GHC==7.0.3 Source-Repository head Type: git Location: git://github.com/Cadynum/tremulous-query.git Library Default-Language: Haskell2010 Default-Extensions: BangPatterns TupleSections NamedFieldPuns RecordWildCards GADTs ScopedTypeVariables OverloadedStrings DeriveDataTypeable Other-Extensions: CPP StandaloneDeriving Exposed-Modules: Network.Tremulous.Protocol Network.Tremulous.Polling Network.Tremulous.Util Network.Tremulous.NameInsensitive Network.Tremulous.SocketExtensions Network.Tremulous.ByteStringUtils Network.Tremulous.Scheduler Network.Tremulous.MicroTime Network.Tremulous.StrictMaybe Network.Tremulous.TupleReader Build-Depends: base>=4.3 && < 5, network, containers, bytestring, attoparsec>=0.9, mtl, deepseq if os(windows) Build-Depends: Win32 Ghc-Options: -Wall -fno-warn-unused-do-bind -fno-warn-orphans -funbox-strict-fields