aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-06-21 11:45:48 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-06-21 11:45:48 -0400
commitddea3c56ab1b2cf0381eb7af3d773992c80754b7 (patch)
tree7658dc0837bb9271b39a16a27bb87b69acdbc6c2
parenta7e20769470861c56bb55af2cbc1884cecbf4336 (diff)
colin tells me it's os(gnu) for the hurd
-rw-r--r--git-annex.cabal6
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