diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-20 16:09:24 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-20 16:09:24 -0400 |
commit | 17ef9bb57e9bfea70329ef2288720a75995f2d61 (patch) | |
tree | a67499ccf819de9b88d273d43d3bcbf2539b79d6 | |
parent | d274e1376e0ad355603b3bff168e08328bad59b7 (diff) |
another fix
-rw-r--r-- | Build/DistributionUpdate.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index c34a86bed..da1202fe2 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -10,7 +10,7 @@ import Common.Annex import Types.Distribution -import Build.Version (getChangelogVersion) +import Build.Version (getChangelogVersion, Version) import Utility.UserInfo import Utility.Url import qualified Git.Construct |