Hi Richard,

On Thu, Mar 3, 2011 at 1:46 AM, Richard Senington <sc06r2s@leeds.ac.uk> wrote:
The file parsers are designed to process files coming out of the TSPLIB and SATLIB
repositories. [...]

Since these are all related I was going to try to put them together into a single
library and post them to Hackage, but I am not sure what to put them under.

You could place the parsers under

    Text.TSPLIB
    Text.SATLIB
    Text.... 

(or maybe only Text.TSP ...?) That would reflect other formats like Text.JSON and so on.

Cheers,
Sebastian