From 425eea6a64296e9f97da66cd435c539346bdbf41 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 24 Aug 2015 14:22:26 -0700 Subject: hackage still doesn't accept os(gnu), remove again --- git-annex.cabal | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'git-annex.cabal') diff --git a/git-annex.cabal b/git-annex.cabal index 5e1b386b7..df5198627 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -188,7 +188,7 @@ Executable git-annex Build-Depends: DAV (>= 1.0), http-client CPP-Options: -DWITH_WEBDAV - if flag(Assistant) && ! os(solaris) && ! os(gnu) + if flag(Assistant) && ! os(solaris) CPP-Options: -DWITH_ASSISTANT if flag(Assistant) @@ -209,9 +209,8 @@ Executable git-annex Build-Depends: hinotify CPP-Options: -DWITH_INOTIFY else - if ! os(gnu) - CPP-Options: -DWITH_KQUEUE - C-Sources: Utility/libkqueue.c + CPP-Options: -DWITH_KQUEUE + C-Sources: Utility/libkqueue.c if (os(linux)) if flag(Dbus) -- cgit v1.2.3