-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapelsin.cabal
90 lines (76 loc) · 3.18 KB
/
apelsin.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Name: apelsin
Version: 1.2.3
Author: Christoffer Öjeling
Maintainer: [email protected]
Homepage: http://ojeling.net/apelsin
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
applications/apelsin.desktop
Tested-With: GHC==7.6.2
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 GADTs
ScopedTypeVariables OverloadedStrings TupleSections
Other-Extensions: CPP StandaloneDeriving
Build-Depends: base>=4.3&&<5, array, mtl, containers, transformers,
bytestring, directory, filepath, HTTP, network,
tremulous-query>=1.0.7, gtk, glib, process, deepseq,
xdg-basedir
Hs-Source-Dirs: src
Main-is: Apelsin.hs
Other-Modules: 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