packages feed

espial-0.0.40: buildinfo/BuildInfo.hs

-- if the 'usebuildinfo' flag is set, this module should be generated by the build system and contain the git sha of the current commit
module BuildInfo where

import Prelude (String)

gitSha :: String
gitSha = "UNKNOWN"