summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-15 18:33:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-15 18:33:47 -0400
commit4d5098adf0c019ef6295819b55b67852aac494e6 (patch)
treef4c99db0735ff9e8221dbd04fdb99c02c3601f55
parent1a48715a5ace338b880299a29e1529a66d2ce43e (diff)
fix build
-rw-r--r--Git/Construct.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Git/Construct.hs b/Git/Construct.hs
index 23022eb95..12eae54c3 100644
--- a/Git/Construct.hs
+++ b/Git/Construct.hs
@@ -5,6 +5,8 @@
- Licensed under the GNU GPL version 3 or higher.
-}
+{-# LANGUAGE CPP #-}
+
module Git.Construct (
fromCwd,
fromAbsPath,