argle
This commit is contained in:
parent
faa9b4473c
commit
6f8ec9a1d2
5 changed files with 10 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
{- Checks system configuration and generates SysConfig.hs. -}
|
||||
|
||||
module Build.Configure where
|
||||
|
||||
import System.Directory
|
||||
import Data.List
|
||||
import System.Process
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
- Licensed under the GNU GPL version 3 or higher.
|
||||
-}
|
||||
|
||||
module Main where
|
||||
|
||||
import Text.Parsec
|
||||
import Text.Parsec.String
|
||||
import Control.Applicative ((<$>))
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
{-# LANGUAGE CPP #-}
|
||||
|
||||
module Main where
|
||||
|
||||
import Utility.Exception
|
||||
import Utility.FreeDesktop
|
||||
import Utility.Path
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
- Licensed under the GNU GPL version 3 or higher.
|
||||
-}
|
||||
|
||||
module Main where
|
||||
|
||||
import Control.Applicative
|
||||
import System.Environment
|
||||
import Data.Maybe
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
|
||||
{-# LANGUAGE CPP #-}
|
||||
|
||||
module Main where
|
||||
|
||||
import Control.Applicative
|
||||
import Control.Monad.IfElse
|
||||
import System.Environment
|
||||
|
|
Loading…
Reference in a new issue