[Haskell-cafe] Where to put a library
Sebastian Fischer
fischer at nii.ac.jp
Wed Mar 2 23:38:41 CET 2011
Hi Richard,
On Thu, Mar 3, 2011 at 1:46 AM, Richard Senington <sc06r2s at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110303/ae3fc091/attachment.htm>
More information about the Haskell-Cafe
mailing list