makefile: Simple Makefile parser

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This package provides a few Attoparser parsers and convenience functions for parsing Makefiles. The datatypes used for describing Makefiles are located in Data.Makefile. The parsers and parsing functions are located in Data.Makefile.Parse. To parse a Makefile in the current folder, simply run parseMakefile. To parse a Makefile located at path, run parseAsMakefile path.

Properties

Versions 0.1.0.0, 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.1.0, 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.0.0.3, 1.0.0.4, 1.1.0.0
Change log None available
Dependencies attoparsec (>=0.12), base (>=4.7 && <5), bytestring (>=0.10) [details]
License MIT
Copyright 2016 Nicolas Mattia
Author Nicolas Mattia
Maintainer nicolas@nmattia.com
Category Parsing
Home page http://github.com/nmattia/mask
Source repo head: git clone https://github.com/nmattia/mask.git
Uploaded by nmattia at 2016-07-11T15:25:57Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees