The modsplit package
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.
Properties
| Versions | 0.1, 0.1.1, 0.2, 0.2.1 |
|---|---|
| Dependencies | base (>3), directory, filepath, haskell98, mtl, utf8-env, utf8-string |
| License | BSD3 |
| Author | Dmitry Golubovsky |
| Maintainer | Dmitry Golubovsky <golubovsky@gmail.com> |
| Stability | Experimental |
| Category | Utils |
| Executables | modsplit |
| Upload date | Fri Mar 20 02:32:21 UTC 2009 |
| Uploaded by | DmitryGolubovsky |
| Build failure | ghc-6.10 (log) |
Downloads
- modsplit-0.1.tar.gz (Cabal source package)
- package description (included in the package)