Added NetworkBSD build flag to deal with Network.BSD moving to a new package.
Like with the network-uri split, cabal will automatically turn off the flag when building with an old network. I have not tested building with the new network-3.0.0.0 yet; several other dependencies including aws are still pinned on network-2.*
This commit is contained in:
parent
6b0680bd87
commit
3fa6be1fef
5 changed files with 14 additions and 1 deletions
|
@ -11,6 +11,7 @@ flags:
|
|||
dbus: false
|
||||
debuglocks: false
|
||||
benchmark: false
|
||||
networkbsd: false
|
||||
packages:
|
||||
- '.'
|
||||
extra-deps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue