module Control.Concurrent.PortsVersion (version, copyright, disclaimer) where -- version number is major.minor.patchlvl; don't change the format of the -- `versnum' line as it is `grep'ed for by a Makefile -- idstr = "$Id: PortsVersion.hs,v 1.16 2004/05/14 07:22:35 chak Exp $" name = "The Haskell Ports Library" versnum = "0.4.3" versnick = "\"A Cold Southerly\"" date = "14 May 2004" version = name ++ ", version " ++ versnum ++ " " ++ versnick ++ ", " ++ date copyright = "Copyright (c) [2000..2004] Manuel M T Chakravarty" disclaimer = "This software is distributed under the terms \ \of the GNU Library General Public Licence.\n\ \NO WARRANTY WHATSOEVER IS PROVIDED. \ \See the details in the documentation."