MIT licensed by Nicolas Mattia
Maintained by [email protected]
This version can be pinned in stack with:makefile-0.1.0.5@sha256:7a2f65a5a21b3c67f4bf51eb0d012b245b14c43fa7c533b8dfe7b075c9aafeb9,1982

Module documentation for 0.1.0.5

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.