hark-0.2: hark.cabal
Name: hark
Version: 0.2
License: GPL
license-file: COPYING
copyright: (C) 2009 Markus Dittrich
category: System
Synopsis: A Gentoo package query tool.
Description: hark is a query tool for the package database of
installed packages on Gentoo Linux systems.
Author: Markus Dittrich <haskelladdict@gmail.com>
Maintainer: Markus Dittrich <haskelladdict@gmail.com>
stability: beta
build-type: Simple
Homepage: http://code.google.com/p/hark/
cabal-version: >= 1.6
extra-source-files: README
Executable hark
Build-Depends: base >= 3 && < 5, haskell98, mtl >= 1.1,
bytestring >= 0.9, filepath >= 1.1, regex-pcre,
directory, old-time >= 1.0.0.1, old-locale >= 1.0.0.1
ghc-options: -O2
Main-Is: hark.hs
hs-source-dirs: src