From a29be8315c2e6647a5878529affda84ec8036ccb Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 11 Oct 2022 11:28:30 +0200 Subject: update stack resolver (also got rid of the map templater, which had version problems with mustache — it's not likely anyone will need it anyways) --- src/Version.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Version.hs') diff --git a/src/Version.hs b/src/Version.hs index e62c9b8..1748512 100644 --- a/src/Version.hs +++ b/src/Version.hs @@ -9,7 +9,7 @@ import qualified Language.Haskell.TH as TH import System.Process (readProcess) version :: String -version = "walint divoc bb3 2022 (" <> +version = "walint generic 2022 (" <> $(do hash <- liftIO $ catchAny (readProcess "git" ["rev-parse", "HEAD"] "") (\_ -> pure "[unknown]") -- cgit v1.2.3