summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-03-15 11:00:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-03-15 11:00:29 -0400
commit7a65df32236df42d49758ee861237613f501e3c2 (patch)
treeda482e6af1c666ece6b96cc3ac792439fa214e40
parentd820099c8ff3ac208e90dc676eb3d7ea0b8bfd9f (diff)
oh darn, I lost the crazy capitalization of hS3 a while ago
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index aa86b4441..7d69b9a91 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -30,7 +30,7 @@ Executable git-annex
Main-Is: git-annex.hs
Build-Depends: MissingH, hslogger, directory, filepath,
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
- pcre-light, extensible-exceptions, dataenc, SHA, process, hs3, json, HTTP,
+ pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, json, HTTP,
base >= 4.5, base < 5, monad-control, transformers-base, lifted-base,
IfElse, text, QuickCheck >= 2.1, bloomfilter
Other-Modules: Utility.StatFS, Utility.Touch