hsfacter-0.2.1: hsfacter.cabal
-- Initial hsfacter.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: hsfacter
version: 0.2.1
synopsis: A small and ugly library that emulates the output of the puppet facter program.
description: This is a reimplementation of the facter module used by Puppet, as a library. It is supposed to be used in conjunction with the language-puppet library in order to compute catalogs.
license: GPL-3
license-file: LICENSE
author: Simon Marechal
maintainer: simon@banquise.net
homepage: http://lpuppet.banquise.net
-- copyright:
category: System
build-type: Simple
cabal-version: >=1.8
source-repository head
type: git
location: git://github.com/bartavelle/hsfacter.git
library
exposed-modules: Facter
ghc-options: -Wall
extensions: OverloadedStrings
-- other-modules:
build-depends: base >=4 && <5,containers, language-puppet >= 0.4.0, text