diff options
author | Joey Hess <joey@kitenet.net> | 2013-01-05 13:48:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-01-05 13:48:21 -0400 |
commit | f1f554ff0bdcfd201d9dbb2308d905f9d9f49b24 (patch) | |
tree | a6890457721f2a120cbe966d57bb92b668df2bee /git-annex.cabal | |
parent | 1cf23b8adc1d9b680083b8f04f2ec9a199550462 (diff) |
cabal file typo broke use of hfsevents
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 5a4a804ad..934d1b884 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -86,7 +86,7 @@ Executable git-annex else if os(darwin) Build-Depends: hfsevents - CPP-Options: -DWITH_HFSEVENTS + CPP-Options: -DWITH_FSEVENTS else if (! os(windows) && ! os(solaris) && ! os(linux)) CPP-Options: -DWITH_KQUEUE |