@hackage modsplit0.1.1

Haskell source splitter driven by special comments.

  • Categories

    • License

      BSD-3-Clause

    • Maintainer

      Dmitry Golubovsky <golubovsky@gmail.com>

    • Versions

      • 0.2.1 Sat, 5 Sep 2009
      • 0.2 Wed, 3 Jun 2009
      • 0.1.1 Fri, 20 Mar 2009
      • 0.1 Fri, 20 Mar 2009

    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.