module GitVersion (gitVersion,gitBranch,gitFullVersion) where import Prelude gitVersion :: Maybe String gitVersion = Nothing {-# NOINLINE gitVersion #-} gitBranch :: Maybe String gitBranch = Nothing {-# NOINLINE gitBranch #-} gitFullVersion :: Maybe String gitFullVersion = Nothing {-# NOINLINE gitFullVersion #-}