modsplit: Haskell source splitter driven by special comments.

[ bsd3, library, program, utils ] [ Propose Tags ]

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.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

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 2978 total (8 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]