* test: Added --jobs option.
* Removed vendored copy of http-client-restricted, and removed the
HttpClientRestricted build flag that avoided that dependency.
+ * Removed the NetworkBSD build flag.
-- Joey Hess <id@joeyh.name> Wed, 23 Feb 2022 14:14:09 -0400
Flag Dbus
Description: Enable dbus support
-Flag NetworkBSD
- Description: Build with network-3.0 which split out network-bsd
- Default: True
-
Flag GitLfs
Description: Build with git-lfs library (rather than vendored copy)
Default: True
tasty-rerun,
ansi-terminal >= 0.9,
aws (>= 0.20),
- DAV (>= 1.0)
+ DAV (>= 1.0),
+ network (>= 3.0.0.0),
+ network-bsd
CC-Options: -Wall
GHC-Options: -Wall -fno-warn-tabs -Wincomplete-uni-patterns
Default-Language: Haskell2010
else
Build-Depends: unix (>= 2.7.2)
- if flag(NetworkBSD)
- Build-Depends: network-bsd, network (>= 3.0.0.0)
- else
- Build-Depends: network (< 3.0.0.0), network (>= 2.6.3.0)
-
if flag(GitLfs)
Build-Depends: git-lfs (>= 1.2.0)
CPP-Options: -DWITH_GIT_LFS