packages feed

LambdaHack-0.1.20080413: Version.hs

module Version where

import Data.Version

-- Cabal
import qualified Paths_LambdaHack as Self (version)

import Display

version :: String
version = showVersion Self.version ++ " (" ++ displayId ++ " frontend)"