summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <id@joeyh.name>2013-05-11 11:16:47 -0500
committerGravatar Joey Hess <id@joeyh.name>2013-05-11 11:16:47 -0500
commit679eaf6077375c5d59501d12c79e0891cbdd904f (patch)
tree1134d308cdde0f76042f6cd4ef4948cc36e98a1c /git-annex.cabal
parentae6293ae6710b0a7580bc9a0045c92d1d5b87036 (diff)
use unix-compat, removed a lot of stubs in Utility.FileMode
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index f86d403b8..7c62e0efc 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -73,7 +73,7 @@ Executable git-annex
extensible-exceptions, dataenc, SHA, process, json,
base (>= 4.5 && < 4.8), monad-control, transformers-base, lifted-base,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,
- SafeSemaphore, uuid, random, dlist
+ SafeSemaphore, uuid, random, dlist, unix-compat
-- Need to list these because they're generated from .hsc files.
Other-Modules: Utility.Touch Utility.Mounts
Include-Dirs: Utility