diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-21 11:45:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-21 11:45:48 -0400 |
commit | ddea3c56ab1b2cf0381eb7af3d773992c80754b7 (patch) | |
tree | 7658dc0837bb9271b39a16a27bb87b69acdbc6c2 /git-annex.cabal | |
parent | a7e20769470861c56bb55af2cbc1884cecbf4336 (diff) |
colin tells me it's os(gnu) for the hurd
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index c9e9fa753..4e14eb760 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 4.20130601 +Version: 4.20130621 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <joey@kitenet.net> @@ -107,7 +107,7 @@ Executable git-annex Build-Depends: DAV (>= 0.3), http-conduit, xml-conduit, http-types CPP-Options: -DWITH_WEBDAV - if flag(Assistant) && ! os(windows) && ! os(solaris) && ! os(hurd) + if flag(Assistant) && ! os(windows) && ! os(solaris) && ! os(gnu) Build-Depends: async, stm (>= 2.3) CPP-Options: -DWITH_ASSISTANT @@ -126,7 +126,7 @@ Executable git-annex Build-Depends: hfsevents CPP-Options: -DWITH_FSEVENTS else - if (! os(windows) && ! os(solaris) && ! os(linux) && ! os(hurd)) + if (! os(windows) && ! os(solaris) && ! os(linux) && ! os(gnu)) CPP-Options: -DWITH_KQUEUE C-Sources: Utility/libkqueue.c |