MIT licensed by Nicolas Mattia
Maintained by [email protected]
This version can be pinned in stack with:makefile-1.1.0.0@sha256:20c6f2f21396eea301ce0cadbae611a8a102b72160cda264a9f6baeaacb26d36,2143
Depends on 3 packages(full list with versions):

This package provides a few Attoparser parsers and convenience functions for parsing and generating Makefiles. The datatypes used for describing Makefiles are located in Data.Makefile. The parsers and parsing functions are located in Data.Makefile.Parse. The generating and encoding functions are located in Data.Makefile.Render. To parse a Makefile in the current folder, simply run parseMakefile. To parse a Makefile located at path, run parseAsMakefile path. To parse a Makefile from a Text txt, run 'parseMakefileContents txt`. To encode a Makefile, run encodeMakefile.