packages feed

fquery-0.2.2: fquery.cabal

Name:          fquery
Version:       0.2.2

Author:        David Wang <millimillenary@gmail.com>, Sergei Trofimovich <slyfox@inbox.ru>
Maintainer:    Sergei Trofimovich <slyfox@inbox.ru>
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