summaryrefslogtreecommitdiff
path: root/Backend.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-10 15:54:02 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-10 16:06:36 -0400
commitdce9c2e0804d2c94f46dcac8c9884766bb22dcc7 (patch)
tree0533ee4b599a6e1f83f31dd00f628ee866c91285 /Backend.hs
parent7880dc16fef81bb6a8812c6b4e9578a6ae2b2879 (diff)
convert GitRepo to struct with constructor
Diffstat (limited to 'Backend.hs')
-rw-r--r--Backend.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Backend.hs b/Backend.hs
index 40279866f..e01f12239 100644
--- a/Backend.hs
+++ b/Backend.hs
@@ -19,6 +19,7 @@
module Backend where
import System.Directory
+import Locations
import GitRepo
import Utility