mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-25 21:51:57 +01:00
Unconstrain contravariant, see #3782
This commit is contained in:
parent
02d9de7c73
commit
a5a91e7ece
@ -1187,7 +1187,7 @@ packages:
|
|||||||
|
|
||||||
"Tom Ellis <tom-stackage@jaguarpaw.co.uk> @tomjaguarpaw":
|
"Tom Ellis <tom-stackage@jaguarpaw.co.uk> @tomjaguarpaw":
|
||||||
- opaleye < 0 # aeson 1.3
|
- opaleye < 0 # aeson 1.3
|
||||||
- product-profunctors
|
- product-profunctors < 0 # via contravariant-1.5
|
||||||
|
|
||||||
"Samplecount stefan@samplecount.com @kaoskorobase":
|
"Samplecount stefan@samplecount.com @kaoskorobase":
|
||||||
- shake-language-c
|
- shake-language-c
|
||||||
@ -1788,7 +1788,7 @@ packages:
|
|||||||
- tmapmvar
|
- tmapmvar
|
||||||
- tries < 0 # GHC 8.4 via bytestring-trie
|
- tries < 0 # GHC 8.4 via bytestring-trie
|
||||||
- unit-constraint
|
- unit-constraint
|
||||||
- unfoldable-restricted
|
- unfoldable-restricted < 0 # via unfoldable
|
||||||
- urlpath
|
- urlpath
|
||||||
- wai-transformers
|
- wai-transformers
|
||||||
- websockets-rpc < 0 # websockets-simple
|
- websockets-rpc < 0 # websockets-simple
|
||||||
@ -1827,7 +1827,7 @@ packages:
|
|||||||
- hamilton
|
- hamilton
|
||||||
- hmatrix-backprop
|
- hmatrix-backprop
|
||||||
- hmatrix-vector-sized
|
- hmatrix-vector-sized
|
||||||
- one-liner-instances
|
- one-liner-instances < 0 # via one-liner
|
||||||
- prompt
|
- prompt
|
||||||
- tagged-binary
|
- tagged-binary
|
||||||
# - type-combinators-singletons # GHC 8.4 via type-combinators
|
# - type-combinators-singletons # GHC 8.4 via type-combinators
|
||||||
@ -3515,6 +3515,8 @@ packages:
|
|||||||
"Unmaintained packages with compilation failures":
|
"Unmaintained packages with compilation failures":
|
||||||
- stackage-types < 0
|
- stackage-types < 0
|
||||||
- fswatch < 0 # https://github.com/kelemzol/watch/issues/3
|
- fswatch < 0 # https://github.com/kelemzol/watch/issues/3
|
||||||
|
- one-liner < 0 # via contravariant-1.5
|
||||||
|
- unfoldable < 0 # via one-liner
|
||||||
|
|
||||||
# If you want to make sure a package is removed from stackage,
|
# If you want to make sure a package is removed from stackage,
|
||||||
# place it here with a `< 0` constraint and send a pull
|
# place it here with a `< 0` constraint and send a pull
|
||||||
@ -3572,10 +3574,6 @@ packages:
|
|||||||
# https://github.com/commercialhaskell/stackage/issues/3781
|
# https://github.com/commercialhaskell/stackage/issues/3781
|
||||||
- base-orphans < 0.8
|
- base-orphans < 0.8
|
||||||
|
|
||||||
# https://github.com/commercialhaskell/stackage/issues/3782
|
|
||||||
- contravariant < 1.5
|
|
||||||
- base-compat-batteries < 0.10.2
|
|
||||||
|
|
||||||
# https://github.com/commercialhaskell/stackage/issues/3783
|
# https://github.com/commercialhaskell/stackage/issues/3783
|
||||||
- criterion < 1.5
|
- criterion < 1.5
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user