packages feed

augeas-0.6.0: augeas.cabal

Name: augeas
Version: 0.6.0
Synopsis:  A Haskell FFI wrapper for the Augeas API
Description: A Haskell FFI wrapper for the Augeas API
Author: Jude Nagurney
Maintainer: jude@pwan.org
Cabal-Version: >= 1.6
License: LGPL
License-File: LICENSE
Data-Files: AUTHORS, README, THANKS, ChangeLog, testroot/etc/hosts, testroot/etc/hosts.reload
Build-Type: Configure
Category: System
Stability: Alpha
HomePage: http://trac.haskell.org/augeas
Package-URL: http://hackage.haskell.org/packages/archive/augeas/0.6.0/augeas-0.6.0.tar.gz
Extra-Source-Files: Makefile, configure.ac, configure, Config.h.in

Source-Repository head
        Type: darcs
        Location: http://code.haskell.org:/augeas

library 
        Exposed-Modules: System.Augeas
        Other-Modules: System.AugeasHsc
        Build-Depends: base >= 4.0 && <5, directory, unix >=2.3.0.0, bytestring >= 0.9.0.1
        GHC-options: -Wall -fwarn-dodgy-imports
        Include-Dirs: .
        Extensions: CPP
        Pkgconfig-Depends: augeas

executable "test-haskell-augeas"
        Main-is: HUnitAug.hs
        Build-Depends: HUnit
        Include-Dirs: .
        Other-Modules: System.Augeas, System.AugeasHsc
        extra-libraries: augeas
        GHC-options: -Wall -fwarn-dodgy-imports 
        Extensions: CPP
        Pkgconfig-Depends: augeas