diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-24 11:08:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-24 11:08:35 -0400 |
commit | bd7b9d0b7e56aa376524ffa42798afcdda7ea95c (patch) | |
tree | a5f26995cd2f5a170d2fe82ac574f4cafd1de031 /Build | |
parent | 6c648b36824377dfca19921b849efdda0e5b593f (diff) |
fix build
Diffstat (limited to 'Build')
-rw-r--r-- | Build/InstallDesktopFile.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/InstallDesktopFile.hs b/Build/InstallDesktopFile.hs index 36d60d0d1..f168f1b9b 100644 --- a/Build/InstallDesktopFile.hs +++ b/Build/InstallDesktopFile.hs @@ -6,11 +6,11 @@ - Licensed under the GNU GPL version 3 or higher. -} -{-# LANGUAGE CPP #-} - module Main where -import Build.InstallDesktopFile +import Build.DesktopFile + +import System.Environment main :: IO () main = getArgs >>= go |