cabal file typo broke use of hfsevents

This commit is contained in:
Joey Hess 2013-01-05 13:48:21 -04:00
parent bf1981f60e
commit 56331c438e
2 changed files with 3 additions and 6 deletions

View file

@ -27,8 +27,5 @@ OS X Lion.
Please provide any additional information below. Please provide any additional information below.
> The cabal file had a typo that prevented it from using hfsevents. I'm
> You need to install the haskell hfsevents library to build on OSX now. > uploading a fix now. [[done]] --[[Joey]]
> This is a recent change documented in the release notes, but
> just running `cabal install` should install it automatically. [[done]]
> --[[Joey]]

View file

@ -86,7 +86,7 @@ Executable git-annex
else else
if os(darwin) if os(darwin)
Build-Depends: hfsevents Build-Depends: hfsevents
CPP-Options: -DWITH_HFSEVENTS CPP-Options: -DWITH_FSEVENTS
else else
if (! os(windows) && ! os(solaris) && ! os(linux)) if (! os(windows) && ! os(solaris) && ! os(linux))
CPP-Options: -DWITH_KQUEUE CPP-Options: -DWITH_KQUEUE