From 87fc2099ca7ba5bc48a61085e909a25226092ec9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Jun 2013 13:17:10 -0400 Subject: temporarily remove cabal os(gnu) until I find the real right name for the hurd Or until hackage stops rejecting os(gnu), if it is indeed the right name.. --- git-annex.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git-annex.cabal') diff --git a/git-annex.cabal b/git-annex.cabal index 544c8a80e..6019bcdef 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -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(gnu) + if flag(Assistant) && ! os(windows) && ! os(solaris) Build-Depends: async, stm (>= 2.3) CPP-Options: -DWITH_ASSISTANT @@ -123,7 +123,7 @@ Executable git-annex Build-Depends: hfsevents CPP-Options: -DWITH_FSEVENTS else - if (! os(windows) && ! os(solaris) && ! os(linux) && ! os(gnu)) + if (! os(windows) && ! os(solaris) && ! os(linux)) CPP-Options: -DWITH_KQUEUE C-Sources: Utility/libkqueue.c -- cgit v1.2.3