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

Module documentation for 0.1.0.1

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.