summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-04-13 11:26:39 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-04-13 11:26:39 -0400
commit3642c723209bfb117b16c12f0ad83ef0fe025613 (patch)
tree4ce6e468d4904ba9476c79fd04f0ca85d112cf65 /git-annex.cabal
parentfdb246044c7b64802a9d0e90b92a978105a3704f (diff)
Renamed diskfree.c to avoid OSX case insensativity bug.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 0f2858985..df4001189 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -34,17 +34,17 @@ Executable git-annex
base >= 4.5, base < 5, monad-control, transformers-base, lifted-base,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance
Other-Modules: Utility.Touch
- C-Sources: Utility/diskfree.c
+ C-Sources: Utility/libdiskfree.c
Executable git-annex-shell
Main-Is: git-annex-shell.hs
- C-Sources: Utility/diskfree.c
+ C-Sources: Utility/libdiskfree.c
Test-Suite test
Type: exitcode-stdio-1.0
Main-Is: test.hs
Build-Depends: testpack, HUnit
- C-Sources: Utility/diskfree.c
+ C-Sources: Utility/libdiskfree.c
source-repository head
type: git