aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Main.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2015-08-07 09:25:39 +0200
committerDaniel Gröber <dxld@darkboxed.org>2015-08-07 09:25:39 +0200
commit4fd4b1942c7ea33dc8fc7bc6586048c2d8b529c3 (patch)
tree57ba037a2091640cb1a9527ede905e329c317fcc /CabalHelper/Main.hs
parentbdc5f4a740f82f90c5bed277ab368a75040bd6bc (diff)
Factor sandbox stuff out into a seperate module
So we can use the sandbox discovery for Setup.hs components
Diffstat (limited to 'CabalHelper/Main.hs')
-rw-r--r--CabalHelper/Main.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/CabalHelper/Main.hs b/CabalHelper/Main.hs
index 4c64f42..754f356 100644
--- a/CabalHelper/Main.hs
+++ b/CabalHelper/Main.hs
@@ -79,6 +79,7 @@ import System.IO
import System.IO.Unsafe (unsafeInterleaveIO, unsafePerformIO)
import Text.Printf
+import CabalHelper.Sandbox
import CabalHelper.Common
import CabalHelper.Types