modsplit: Haskell source splitter driven by special comments.
The "modsplit" program takes a (most likely auto-generated) single-module Haskell source file containing specifically formatted comments and splits it into several modules according to the directives contained in the special comments.
This program has its roots in HSFFIG, and the format of these comments is described here:
http://www.haskell.org/haskellwiki/HSFFIG/Tutorial#Splitting_large_modules
This program is intended to post-process the output of programs generating Haskell code rather than to deal with handwritten code.
Special comment values are exported by this package in order to simplify writing of programs that use the splitter. See the documentation for the Data.SplitBounds module.
Downloads
- modsplit-0.2.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.1, 0.2, 0.2.1 |
---|---|
Dependencies | base (>=4 && <5), directory, filepath, haskell98, mtl, utf8-string [details] |
License | BSD-3-Clause |
Author | Dmitry Golubovsky |
Maintainer | Dmitry Golubovsky <golubovsky@gmail.com> |
Category | Utils |
Uploaded | by DmitryGolubovsky at 2009-09-05T01:28:55Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | modsplit |
Downloads | 3053 total (15 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |