cabal file typo broke use of hfsevents
This commit is contained in:
parent
bf1981f60e
commit
56331c438e
2 changed files with 3 additions and 6 deletions
|
@ -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]]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue