File: Version.hs

package info (click to toggle)
uuagc 0.9.57-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,760 kB
  • sloc: haskell: 84,339; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
-- | This module is a placeholder. It it installed in combination with the UUAGC application,
--   so that the uuagc-package shows up as an explicit dependency.
--
-- Note: this is the Version.hs of the bootstrapped UUAG compiler.
module Version where

import UU.UUAGC.Version
import Data.Version

-- | Description of the application including the application's version number
banner :: String
banner = ("Attribute Grammar compiler / HUT project. Version " ++ showVersion version)