packages feed

mcm-0.6.4.10: mcm.cabal

name: mcm
version: 0.6.4.10
synopsis: Machine Configuration Manager
description:
 Machine Configuration Manager (MCM) manages the contents of files and
 directories.  One or more of those files can be a script, enabling MCM to
 control anything.  Typically MCM is used to manage the configurations of user
 profiles, machines, systems and systems of systems.
 * The declarative language is simple and easy on the eye yet very powerful.
 * MCM is simple, fast and transparent.
license: GPL-3
license-file: LICENCE
author: Anthony Doggett <mcm@interfaces.org.uk>
maintainer: Anthony Doggett <mcm@interfaces.org.uk>
copyright: (c) 2013-2016 Anthony Doggett
homepage: http://interfaces.org.uk/mcm
category: Language, System, Text
stability: alpha
build-type: Simple
cabal-version: >=1.9.2
extra-source-files: README.txt changelog copyright mcm.vim mcmtestfiles.tgz commands2html.1 mcm.1 mcm2html.1 mcmtags.1

Executable commands2html
  main-is: commands2html.hs
  other-modules: 
  build-depends: base >=4.5 && <5, blaze-html >=0.7, bytestring >=0.9, containers >=0.4, directory >=1.1, filepath >=1.3, polyparse >=1.7, process >=1.1, text >=0.11
  hs-source-dirs: .
  ghc-options: -Wall -fwarn-tabs
  build-tools: 

Executable mcm
  main-is: mcm.hs
  other-modules: Action, Parser, ParserTypes, VarsParser, FileCorrector, Interpret, InterpretState, PathToMCM
  build-depends: MissingH >=1.1, base >=4.5 && <5, containers >=0.4, directory >=1.1, filepath >=1.3, hostname >=1.0, polyparse >=1.7, process >=1.1, text >=0.11, unix >=2.5
  hs-source-dirs: .
  ghc-options: -Wall -fwarn-tabs
  build-tools: 

Executable mcm2html
  main-is: mcm2html.hs
  other-modules: Parser, ParserTypes
  build-depends: base >=4.5 && <5, blaze-html >=0.7, bytestring >=0.9, containers >=0.4, filepath >=1.3, polyparse >=1.7, text >=0.11
  hs-source-dirs: .
  ghc-options: -Wall -fwarn-tabs
  build-tools: 

Executable mcmtags
  main-is: mcmtags.hs
  other-modules: Parser, ParserTypes, Interpret, InterpretState
  build-depends: base >=4.5 && <5, containers >=0.4, directory >=1.1, filepath >=1.3, polyparse >=1.7, text >=0.11, unix >=2.5
  hs-source-dirs: .
  ghc-options: -Wall -fwarn-tabs
  build-tools: