hsfacter-0.1.0.0: hsfacter.cabal
-- Initial hsfacter.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: hsfacter
version: 0.1.0.0
synopsis: A small and ugly library that emulates the output of the puppet facter program. Mainly used in conjunction with language-puppet.
-- description:
license: GPL-3
license-file: LICENSE
author: Simon Marechal
maintainer: simon@banquise.net
-- copyright:
category: System
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Facter
-- other-modules:
build-depends: base >=4 && <5,containers