-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfquery.cabal
69 lines (60 loc) · 1.57 KB
/
fquery.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
Name: fquery
Version: 0.2.3
Author: David Wang <[email protected]>, Sergei Trofimovich <[email protected]>
Maintainer: Sergei Trofimovich <[email protected]>
Copyright: 2006 David Wang, 2009-2016 Sergei Trofimovich
License-File: LICENCE.txt
License: OtherLicense
Synopsis: Installed package query tool for Gentoo Linux
Description: Installed package query tool for Gentoo Linux
.
Home page <http://home.exetel.com.au/tjaden/fquery/>
Category: Gentoo
Build-Type: Configure
Cabal-Version: >=1.6
Extra-Source-Files:
configure
Adelie/Config.hs.in
Adelie/opts.h
TODO
Executable fquery
Main-is: Main.hs
Other-Modules:
Adelie.Colour
Adelie.CompareVersion
Adelie.Contents
Adelie.Depend
Adelie.Error
Adelie.FileEx
Adelie.ListEx
Adelie.Options
Adelie.Portage
Adelie.Pretty
Adelie.Provide
Adelie.QChangelog
Adelie.QCheck
Adelie.QDepend
Adelie.QHasUse
Adelie.QList
Adelie.QOwn
Adelie.QSize
Adelie.QUse
Adelie.QWant
Adelie.Use
Adelie.UseDesc
Adelie.Util
GHC-Options: -O2 -Wall
-- GHC-Options: -Werror
C-Sources: Adelie/opts.c
Build-Depends:
base >= 4 && < 5,
directory,
filepath,
hashtables,
parsec,
process,
regex-compat,
unix
Source-Repository head
type: git
location: git://github.com/gentoo-haskell/fquery.git