diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-15 17:10:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-15 17:10:24 -0400 |
commit | 83ca53d9cb5b59427aa8577535cc4cfcac8a2dc3 (patch) | |
tree | 755fede5873a55090a2cb722804cc8b971fdce11 /Assistant/Install.hs | |
parent | 22b568b78e1e2ba24bfab023a212a1fb7280e09f (diff) |
squash warning in OSX build
Diffstat (limited to 'Assistant/Install.hs')
-rw-r--r-- | Assistant/Install.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Install.hs b/Assistant/Install.hs index dee1b5be3..bb8053ffa 100644 --- a/Assistant/Install.hs +++ b/Assistant/Install.hs @@ -11,7 +11,6 @@ module Assistant.Install where import Assistant.Common import Assistant.Install.AutoStart -import Assistant.Install.Menu import Assistant.Ssh import Config.Files import Utility.FileMode @@ -23,6 +22,7 @@ import Utility.Env import Utility.OSX #else import Utility.FreeDesktop +import Assistant.Install.Menu #endif standaloneAppBase :: IO (Maybe FilePath) |