From c3b9e3d64ae4082b627ffa50996ee403b09759d5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 27 Oct 2014 11:09:55 -0400 Subject: Merge Build/ from git-annex, including removing a use of deprecated System.Cmd. --- Build/Configure.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/Configure.hs') diff --git a/Build/Configure.hs b/Build/Configure.hs index 4912122..e488ee1 100644 --- a/Build/Configure.hs +++ b/Build/Configure.hs @@ -12,7 +12,7 @@ import Git.Version tests :: [TestCase] tests = - [ TestCase "version" getVersion + [ TestCase "version" (Config "packageversion" . StringConfig <$> getVersion) , TestCase "git" $ requireCmd "git" "git --version >/dev/null" , TestCase "git version" getGitVersion ] -- cgit v1.2.3