packages feed

ctkl-0.27.0.0: src/Text/CTK/BaseVersion.hs

module Text.CTK.BaseVersion (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: BaseVersion.hs,v 1.44 2005/05/18 03:04:03 chak Exp $"
name       = "Compiler Toolkit"
versnum    = "0.27.0"
date       = "18 May 2005"
version    = name ++ ", version " ++ versnum ++ ", " ++ date
copyright  = "Copyright (c) [1995..2005] Manuel M T Chakravarty"
disclaimer = "This software is distributed under the \
         \terms of the GNU Public Licence.\n\
         \NO WARRANTY WHATSOEVER IS PROVIDED. \
         \See the details in the documentation."