| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 01:28:41 GMT
X-Served-By: cache-dfw-kdfw8210098-DFW, cache-bom-vanm7210065-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768613322.677468,VS0,VE290
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
makefile: Simple Makefile parser and generator
makefile: Simple Makefile parser and generator
This package provides a few Attoparsec 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.
Modules
[Index] [Quick Jump]
Downloads
- makefile-1.1.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 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, 1.1.0.2 |
|---|---|
| Dependencies | attoparsec, base (<5), text [details] |
| License | MIT |
| Copyright | 2016-2025 Nicolas Mattia |
| Author | Nicolas Mattia |
| Maintainer | nicolas@nmattia.com |
| Uploaded | by nmattia at 2025-11-14T12:06:57Z |
| Category | Parsing |
| Home page | https://github.com/nmattia/makefile |
| Source repo | head: git clone https://github.com/nmattia/makefile.git |
| Distributions | Stackage:1.1.0.2 |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 8753 total (78 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2025-11-14 [all 1 reports] |