~ubuntu-branches/ubuntu/lucid/gtk2hs/lucid

« back to all changes in this revision

Viewing changes to tools/c2hs/base/admin/BaseVersion.hs

  • Committer: Bazaar Package Importer
  • Author(s): Liyang HU
  • Date: 2006-07-22 21:31:58 UTC
  • Revision ID: james.westby@ubuntu.com-20060722213158-he81wo6uam30m9aw
Tags: upstream-0.9.10
ImportĀ upstreamĀ versionĀ 0.9.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
module BaseVersion (version, copyright, disclaimer)
 
2
where
 
3
 
 
4
-- version number is major.minor.patchlvl; don't change the format of the
 
5
-- `versnum' line as it is `grep'ed for by a Makefile
 
6
--
 
7
idstr      = "$Id: BaseVersion.hs,v 1.1.1.1 2004/11/13 16:42:44 duncan_coutts Exp $"
 
8
name       = "Compiler Toolkit"
 
9
versnum    = "0.26.0"
 
10
date       = "19 Oct 2003"
 
11
version    = name ++ ", version " ++ versnum ++ ", " ++ date
 
12
copyright  = "Copyright (c) [1995..2003] Manuel M T Chakravarty"
 
13
disclaimer = "This software is distributed under the \
 
14
             \terms of the GNU Public Licence.\n\
 
15
             \NO WARRANTY WHATSOEVER IS PROVIDED. \
 
16
             \See the details in the documentation."