Re-enable network-simple and dependent packages

This commit is contained in:
Brandon Hamilton 2020-02-13 14:23:03 +02:00
parent c73c4b9a43
commit b87ae69af5
No known key found for this signature in database
GPG Key ID: 3A27C0B8E360E3B4

View File

@ -165,7 +165,7 @@ packages:
"Matthew Ahrens <matt.p.ahrens@gmail.com> @mpahrens":
- forkable-monad
- butter < 0 # via network-simple
- butter < 0 # MonadFail
"Iris Ward <aditu.venyhandottir@gmail.com> @AdituV":
- typenums
@ -1551,13 +1551,13 @@ packages:
- di-monad
- exinst < 0 # compilation failure
- flay < 0
- network-simple < 0 # via network-bsd
- network-simple-tls < 0 # via network-simple
- network-simple
- network-simple-tls
- pipes-aeson
- pipes-attoparsec
- pipes-binary
- pipes-network < 0 # via network-simple
- pipes-network-tls < 0 # via network-simple-tls
- pipes-network
- pipes-network-tls
- safe-money
- vector-bytes-instances
- xmlbf-xeno < 0 # via xmlbf
@ -1602,8 +1602,8 @@ packages:
- bitcoin-tx < 0 # via hexstring
- bitcoin-types < 0 # via base58string & hexstring
- hexstring
- network-attoparsec < 0 # via network-simple
- network-anonymous-i2p < 0 # via network-simple
- network-attoparsec < 0 # MonadFail
- network-anonymous-i2p < 0 # via network-attoparsec
- network-anonymous-tor < 0 # build failure w/ socks 0.6, see https://github.com/solatis/haskell-network-anonymous-tor/issues/14
"Timothy Jones <tim@zmthy.net> @zmthy":