MIT licensed by Nicolas Mattia
Maintained by [email protected]
This version can be pinned in stack with:makefile-0.1.0.0@sha256:825d7c506d111a4a7edc5c1b2057f0046c49c485ff7a55ef52beb8aed8c8d0e1,1876

Module documentation for 0.1.0.0

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.