summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-11 15:21:13 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-11 15:21:13 -0400
commit47170876e87a8483a9fc067ca71336f55f45e127 (patch)
tree2db905f5cb695f5269b7fb0e71c0d4abb2fc3c07 /git-annex.cabal
parent69cb6af4b7f6b16a69734d75ef5583bd2797c173 (diff)
fix case of uuid dep
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 735a89239..3d7fa3a0d 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -60,7 +60,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, Glob
+ SafeSemaphore, uuid, Glob
-- Need to list these because they're generated from .hsc files.
Other-Modules: Utility.Touch Utility.Mounts
Include-Dirs: Utility