mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-21 11:41:57 +01:00
Unconstrain connection, socks, block various. see #4494
This commit is contained in:
parent
3d54d9d35a
commit
4a90d036fe
@ -101,7 +101,7 @@ packages:
|
|||||||
|
|
||||||
"Matthew Ahrens <matt.p.ahrens@gmail.com> @mpahrens":
|
"Matthew Ahrens <matt.p.ahrens@gmail.com> @mpahrens":
|
||||||
- forkable-monad
|
- forkable-monad
|
||||||
- butter
|
- butter < 0 # connection-0.5 via network-simple
|
||||||
|
|
||||||
"Iris Ward <aditu.venyhandottir@gmail.com> @AdituV":
|
"Iris Ward <aditu.venyhandottir@gmail.com> @AdituV":
|
||||||
- typenums
|
- typenums
|
||||||
@ -939,8 +939,8 @@ packages:
|
|||||||
- tardis
|
- tardis
|
||||||
- yesod-gitrev
|
- yesod-gitrev
|
||||||
# @mr's packages
|
# @mr's packages
|
||||||
- ftp-client
|
- ftp-client < 0 # connection-0.3.0
|
||||||
- ftp-client-conduit
|
- ftp-client-conduit < 0 # connection-0.3.0
|
||||||
|
|
||||||
"Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz":
|
"Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz":
|
||||||
- bimap-server
|
- bimap-server
|
||||||
@ -1432,13 +1432,13 @@ packages:
|
|||||||
- di-monad
|
- di-monad
|
||||||
- exinst
|
- exinst
|
||||||
- flay
|
- flay
|
||||||
- network-simple
|
- network-simple < 0 # connection-0.3.0
|
||||||
- network-simple-tls
|
- network-simple-tls < 0 # connection-0.3 via network-simple
|
||||||
- pipes-aeson
|
- pipes-aeson
|
||||||
- pipes-attoparsec
|
- pipes-attoparsec
|
||||||
- pipes-binary
|
- pipes-binary
|
||||||
- pipes-network
|
- pipes-network < 0 # connection-0.3 via network-simple
|
||||||
- pipes-network-tls
|
- pipes-network-tls < 0 # connection-0.3 via network-simple
|
||||||
- safe-money < 0
|
- safe-money < 0
|
||||||
- vector-bytes-instances
|
- vector-bytes-instances
|
||||||
- xmlbf-xeno
|
- xmlbf-xeno
|
||||||
@ -1484,8 +1484,8 @@ packages:
|
|||||||
- bitcoin-types
|
- bitcoin-types
|
||||||
- hexstring
|
- hexstring
|
||||||
- network-attoparsec
|
- network-attoparsec
|
||||||
- network-anonymous-i2p
|
- network-anonymous-i2p < 0 # connection-0.3 via network-simple
|
||||||
- network-anonymous-tor
|
- network-anonymous-tor < 0 # connection-0.3 via network-simple
|
||||||
|
|
||||||
"Timothy Jones <tim@zmthy.net> @zmthy":
|
"Timothy Jones <tim@zmthy.net> @zmthy":
|
||||||
- http-media
|
- http-media
|
||||||
@ -2542,7 +2542,7 @@ packages:
|
|||||||
|
|
||||||
"Sebastian Dröge slomo@coaxion.net @sdroege":
|
"Sebastian Dröge slomo@coaxion.net @sdroege":
|
||||||
- conduit-iconv
|
- conduit-iconv
|
||||||
- conduit-connection
|
- conduit-connection < 0 # connection-0.3.0
|
||||||
|
|
||||||
"Andrew Rademacher <andrewrademacher@gmail.com> @AndrewRademacher":
|
"Andrew Rademacher <andrewrademacher@gmail.com> @AndrewRademacher":
|
||||||
- aeson-casing
|
- aeson-casing
|
||||||
@ -2847,7 +2847,7 @@ packages:
|
|||||||
- merkle-tree
|
- merkle-tree
|
||||||
- oblivious-transfer
|
- oblivious-transfer
|
||||||
- pairing
|
- pairing
|
||||||
- libraft
|
- libraft < 0 # connection-0.3 via network-simple
|
||||||
|
|
||||||
"Daishi Nakajima <nakaji.dayo@gmail.com> @nakaji-dayo":
|
"Daishi Nakajima <nakaji.dayo@gmail.com> @nakaji-dayo":
|
||||||
- api-field-json-th
|
- api-field-json-th
|
||||||
@ -4564,10 +4564,6 @@ packages:
|
|||||||
# https://github.com/commercialhaskell/stackage/issues/4484
|
# https://github.com/commercialhaskell/stackage/issues/4484
|
||||||
- hslogger < 1.3.0.0
|
- hslogger < 1.3.0.0
|
||||||
|
|
||||||
# https://github.com/commercialhaskell/stackage/issues/4494
|
|
||||||
- connection < 0.3
|
|
||||||
- socks < 0.6
|
|
||||||
|
|
||||||
# https://github.com/commercialhaskell/stackage/issues/4504
|
# https://github.com/commercialhaskell/stackage/issues/4504
|
||||||
- th-abstraction < 0.3.0.0
|
- th-abstraction < 0.3.0.0
|
||||||
- polysemy < 0.2.2
|
- polysemy < 0.2.2
|
||||||
@ -4867,6 +4863,7 @@ skipped-tests:
|
|||||||
- lattices # via tasty-1.2
|
- lattices # via tasty-1.2
|
||||||
- makefile # GHC 8.2
|
- makefile # GHC 8.2
|
||||||
- mmtf # via hspec-2.7.0
|
- mmtf # via hspec-2.7.0
|
||||||
|
- network-attoparsec # connection-0.3 via network-simple
|
||||||
- next-ref # hspec 2.3
|
- next-ref # hspec 2.3
|
||||||
- partial-order # HUnit 1.6
|
- partial-order # HUnit 1.6
|
||||||
- psqueues # via QuickCheck-2.12.6.1
|
- psqueues # via QuickCheck-2.12.6.1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user