packages feed

ddc-core-0.4.3.1: DDC/Version.hs

module DDC.Version where

splash  :: String
splash  = "The Disciplined Disciple Compiler, version " ++ version

version :: String
version = "0.4.3"