packages feed

apelsin-1.2: apelsin.cabal

Name:                   apelsin
Version:                1.2
Author:                 Christoffer Öjeling
Maintainer:             christoffer@ojeling.net
License:                GPL-3
License-File:           LICENSE
Category:               Network
Synopsis:               Server and community browser for the game Tremulous
Description:            A gtk2hs server and clan browser for the open source game Tremulous <http://tremulous.net>.
                        Both Tremulous 1.1 and GPP are supported.
			.
                        Features filtering, player search, a list of online clan members, a clan list and basic perferences.

Cabal-Version:          >= 1.10
Build-Type:             Simple
Data-Dir:               share
Data-Files:             icons/hicolor/128x128/apps/apelsin.png
                        icons/hicolor/256x256/apps/apelsin.png
                        icons/hicolor/16x16/apps/apelsin.png
                        icons/hicolor/32x32/apps/apelsin.png
                        icons/hicolor/22x22/apps/apelsin.png
                        icons/hicolor/48x48/apps/apelsin.png
                        icons/hicolor/24x24/apps/apelsin.png
                        icons/hicolor/64x64/apps/apelsin.png

Tested-With:            GHC==7.0.3


Flag relativePath
  description: Use relative paths for data files instead of cabal defaults
  default:     False

Executable apelsin
  Default-Language:     Haskell2010
  Default-Extensions:   BangPatterns NamedFieldPuns RecordWildCards
                        ScopedTypeVariables OverloadedStrings TupleSections GADTs
  Other-Extensions:     CPP StandaloneDeriving
  Build-Depends:        base>=4.3&&<5, array, mtl, containers, transformers,
                        bytestring, directory, filepath, HTTP, network,
                        tremulous-query>=1.0.5, gtk, glib, process, deepseq
  Hs-Source-Dirs:       src
  Main-is:              Apelsin.hs
  Other-Modules:        System.Environment.XDG.BaseDir
                        GtkExts
                        About
                        AutoRefresh
                        ClanFetcher
                        Clanlist
                        Config
                        Constants
                        ConcurrentUtil
                        Exception2
                        FilterBar
                        FindPlayers
                        GtkUtils
                        IndividualServerSettings
                        InfoBox
                        List2
                        Monad2
                        NumberSerializer
                        Preferences
                        ServerBrowser
                        ServerInfo
                        SettingsDialog
                        Toolbar
                        TremFormatting
                        Types
                        OnlineClans
                        Paths_apelsin

  Ghc-Options:          -Wall -threaded -fno-warn-unused-do-bind -funbox-strict-fields

  if !flag(relativePath)
    cpp-options:        -DCABAL_PATH

  if os(windows)
    ld-options:         -mwindows

Source-Repository head
  Type:                 git
  Location:             git://github.com/Cadynum/Apelsin.git