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 | |
parent | 1cf23b8adc1d9b680083b8f04f2ec9a199550462 (diff) |
cabal file typo broke use of hfsevents
-rw-r--r-- | doc/bugs/can__39__t_run_the_assistant_from_the_command_line_anymore__63__.mdwn | 7 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/doc/bugs/can__39__t_run_the_assistant_from_the_command_line_anymore__63__.mdwn b/doc/bugs/can__39__t_run_the_assistant_from_the_command_line_anymore__63__.mdwn index 49a252001..58828e8ca 100644 --- a/doc/bugs/can__39__t_run_the_assistant_from_the_command_line_anymore__63__.mdwn +++ b/doc/bugs/can__39__t_run_the_assistant_from_the_command_line_anymore__63__.mdwn @@ -27,8 +27,5 @@ OS X Lion. Please provide any additional information below. - -> You need to install the haskell hfsevents library to build on OSX now. -> This is a recent change documented in the release notes, but -> just running `cabal install` should install it automatically. [[done]] -> --[[Joey]] +> The cabal file had a typo that prevented it from using hfsevents. I'm +> uploading a fix now. [[done]] --[[Joey]] 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 |