This commit is contained in:
Joey Hess 2013-04-17 11:57:46 -04:00
parent faa9b4473c
commit 6f8ec9a1d2
5 changed files with 10 additions and 0 deletions

View file

@ -1,5 +1,7 @@
{- Checks system configuration and generates SysConfig.hs. -} {- Checks system configuration and generates SysConfig.hs. -}
module Build.Configure where
import System.Directory import System.Directory
import Data.List import Data.List
import System.Process import System.Process

View file

@ -25,6 +25,8 @@
- Licensed under the GNU GPL version 3 or higher. - Licensed under the GNU GPL version 3 or higher.
-} -}
module Main where
import Text.Parsec import Text.Parsec
import Text.Parsec.String import Text.Parsec.String
import Control.Applicative ((<$>)) import Control.Applicative ((<$>))

View file

@ -8,6 +8,8 @@
{-# LANGUAGE CPP #-} {-# LANGUAGE CPP #-}
module Main where
import Utility.Exception import Utility.Exception
import Utility.FreeDesktop import Utility.FreeDesktop
import Utility.Path import Utility.Path

View file

@ -5,6 +5,8 @@
- Licensed under the GNU GPL version 3 or higher. - Licensed under the GNU GPL version 3 or higher.
-} -}
module Main where
import Control.Applicative import Control.Applicative
import System.Environment import System.Environment
import Data.Maybe import Data.Maybe

View file

@ -7,6 +7,8 @@
{-# LANGUAGE CPP #-} {-# LANGUAGE CPP #-}
module Main where
import Control.Applicative import Control.Applicative
import Control.Monad.IfElse import Control.Monad.IfElse
import System.Environment import System.Environment