summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-03-10 12:47:57 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-03-10 12:47:57 -0400
commit13598d94327c6fd7b11af9cb81c82100cf7cc2f4 (patch)
tree8954ec876144f108f09d4fc9af67db36465501d3
parentf9d44cccd993926ce0180437ebcb6d08fdb1efd7 (diff)
add other-modules for hsc files
-rw-r--r--git-annex.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index b2a07cb11..d8a3b980c 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -33,9 +33,11 @@ Executable git-annex
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, json, HTTP,
base >= 4.5, base < 5, monad-control, transformers-base, lifted-base, IfElse,
QuickCheck >= 2.1
+ Other-Modules: Utility.StatFS, Utility.Touch
Executable git-annex-shell
Main-Is: git-annex-shell.hs
+ Other-Modules: Utility.StatFS
Executable git-union-merge
Main-Is: git-union-merge.hs