packages feed

augeas-0.1.2: augeas.cabal

Name: augeas
Version: 0.1.2
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
HomePage: http://trac.haskell.org/augeas

library 
        Exposed-Modules: System.Augeas
        Other-Modules: System.AugeasHsc
        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, System.AugeasHsc
        extra-libraries: augeas