diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-12-19 16:53:17 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-12-19 16:53:17 -0400 |
| commit | 898d404788ee93f66aad03120761afbb7a725a43 (patch) | |
| tree | 05dbd18adba372ee83764b0a1a39eac2a8cc3862 /src/wrapper.hs | |
| parent | 6f0fe3614f3c55c4a9e312aa6fa6730316fe5ec7 (diff) | |
| parent | 714270abfcf6433da29dc80fdcaff740ad2a0169 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/wrapper.hs')
| -rw-r--r-- | src/wrapper.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wrapper.hs b/src/wrapper.hs index 0cfe319d..a204b60c 100644 --- a/src/wrapper.hs +++ b/src/wrapper.hs @@ -24,13 +24,14 @@ import Utility.Exception import Control.Monad import Control.Monad.IfElse -import Control.Applicative import System.Directory import System.FilePath import System.Environment (getArgs) import System.Exit import System.Posix.Directory import System.IO +import Control.Applicative +import Prelude distdir :: FilePath distdir = "/usr/src/propellor" |
