-- Initial puppetresources.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: puppetresources
version: 0.4.2
synopsis: A program that displays the puppet resources associated to a node given .pp files.
-- description:
license: GPL-3
license-file: LICENSE
author: Simon Marechal
maintainer: bartavelle@gmail.com
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/puppetresources.git
executable puppetresources
extensions: BangPatterns
main-is: Main.hs
ghc-options: -rtsopts -Wall -O2
extensions: OverloadedStrings
-- other-modules:
build-depends: base >=3 && <5,
language-puppet >= 0.4.0,
hsfacter >= 0.2.1,
containers,
hslogger,
Diff >= 0.2.0,
mtl,
bytestring,
text