summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-24 14:22:26 -0700
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-24 14:22:26 -0700
commit425eea6a64296e9f97da66cd435c539346bdbf41 (patch)
treeacc50b40a0cc5dee7325a06e9b7f3b7fed74013e /git-annex.cabal
parentbc39b695a039b85c6dd7197d18140029d305b3ec (diff)
hackage still doesn't accept os(gnu), remove again
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal7
1 files changed, 3 insertions, 4 deletions
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)