diff options
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index d14e30cf7..f86d403b8 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -68,7 +68,7 @@ Flag TDFA Executable git-annex Main-Is: git-annex.hs Build-Depends: MissingH, hslogger, directory, filepath, - unix, containers, utf8-string, network (>= 2.0), mtl (>= 2), + containers, utf8-string, network (>= 2.0), mtl (>= 2), bytestring, old-locale, time, HTTP, extensible-exceptions, dataenc, SHA, process, json, base (>= 4.5 && < 4.8), monad-control, transformers-base, lifted-base, @@ -88,6 +88,8 @@ Executable git-annex if os(windows) CPP-Options: -D__WINDOWS__ + else + Build-Depends: unix if flag(TestSuite) Build-Depends: HUnit |