From 0c759f385282bd8cfbe4e724633f4dbe8fd458c9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Jun 2013 11:45:48 -0400 Subject: [PATCH] colin tells me it's os(gnu) for the hurd --- git-annex.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/git-annex.cabal b/git-annex.cabal index c9e9fa753d..4e14eb7607 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 @@ -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