packages feed

augeas-0.1: augeas.cabal

Name: augeas
Version: 0.1
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.2
License: GPL
License-File: LICENSE
Build-Type: Custom
Category: System
Stability: Alpha

library 
        Exposed-Modules: System.Augeas
        Build-Depends: base >= 2.0, bytestring >= 0.9.0.1, unix >=2.3.0.0, haskell98
        GHC-options: -Wall -fwarn-dodgy-imports

executable "test-haskell-augeas"
        Main-is:               HUnitAug.hs
        Build-Depends: HUnit
        Other-Modules: System.Augeas
        extra-libraries: augeas