Add _old-network: false for bson & mongoDB

Packages "bson" and "mongoDB" are compatible with newer network, but
require a flag for it.
This commit is contained in:
Maxim Koltsov 2020-02-11 14:43:18 +03:00 committed by Mihai Maruseac
parent b3d5b5f5f4
commit c56cb12649

View File

@ -3114,8 +3114,8 @@ packages:
- open-witness < 0 # MonadFail
"Victor Denisov <denisovenator@gmail.com> @VictorDenisov":
- mongoDB < 0 # via network-3.1.1.0
- bson < 0 # via network-3.1.1.0
- mongoDB
- bson
"Alexis King <lexi.lambda@gmail.com> @lexi-lambda":
- freer-simple
@ -4767,6 +4767,12 @@ package-flags:
hsdev:
docs: false
bson:
_old-network: false
mongoDB:
_old-network: false
# end of package-flags
# Special configure options for individual packages