mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-26 06:01:57 +01:00
Merge pull request #1 from jkachmar/jkachmar/patch-1
Addresses dependency build failures and rebases against Stackage master
This commit is contained in:
commit
a89e0f6dcf
@ -1219,7 +1219,7 @@ packages:
|
|||||||
- di-df1
|
- di-df1
|
||||||
- di-handle
|
- di-handle
|
||||||
- di-monad
|
- di-monad
|
||||||
- exinst
|
- exinst < 0 # via serialize and cborg https://github.com/commercialhaskell/stackage/issues/3666 and 3667
|
||||||
- flay
|
- flay
|
||||||
- network-simple
|
- network-simple
|
||||||
- network-simple-tls
|
- network-simple-tls
|
||||||
@ -1228,10 +1228,10 @@ packages:
|
|||||||
- pipes-binary
|
- pipes-binary
|
||||||
- pipes-network
|
- pipes-network
|
||||||
- pipes-network-tls
|
- pipes-network-tls
|
||||||
- safe-money
|
- safe-money < 0 # via serialise https://github.com/commercialhaskell/stackage/issues/3666
|
||||||
- vector-bytes-instances
|
- vector-bytes-instances
|
||||||
- xmlbf-xeno
|
- xmlbf-xeno
|
||||||
- xmlbf-xmlhtml
|
- xmlbf-xmlhtml < 0 # GHC 8.4 via xmlhtml via hspec-2.5.0
|
||||||
- xmlbf
|
- xmlbf
|
||||||
|
|
||||||
"Tomas Carnecky @wereHamster":
|
"Tomas Carnecky @wereHamster":
|
||||||
@ -2007,7 +2007,7 @@ packages:
|
|||||||
"Timo von Holtz <tvh@tvholtz.de> @tvh":
|
"Timo von Holtz <tvh@tvholtz.de> @tvh":
|
||||||
- ekg-wai
|
- ekg-wai
|
||||||
# - haxl-amazonka # http-conduit 2.3 via amazonka
|
# - haxl-amazonka # http-conduit 2.3 via amazonka
|
||||||
- hasql-migration
|
- hasql-migration < 0 # https://github.com/tvh/hasql-migration/issues/4
|
||||||
- servant-JuicyPixels < 0 # GHC 8.4 via base-4.11.0.0
|
- servant-JuicyPixels < 0 # GHC 8.4 via base-4.11.0.0
|
||||||
|
|
||||||
"Artyom <yom@artyom.me> @neongreen":
|
"Artyom <yom@artyom.me> @neongreen":
|
||||||
@ -2333,7 +2333,7 @@ packages:
|
|||||||
"Yorick Laupa yo.eight@gmail.com @YoEight":
|
"Yorick Laupa yo.eight@gmail.com @YoEight":
|
||||||
- eventstore < 0 # GHC 8.4 via text-format
|
- eventstore < 0 # GHC 8.4 via text-format
|
||||||
- dotnet-timespan
|
- dotnet-timespan
|
||||||
- eventsource-api < 0 # https://github.com/YoEight/eventsource-api/issues/4
|
- eventsource-api < 0 # GHC 8.4 build failure
|
||||||
- eventsource-geteventstore-store < 0 # GHC 8.4 via protolude
|
- eventsource-geteventstore-store < 0 # GHC 8.4 via protolude
|
||||||
- eventsource-store-specs < 0 # tasty-hspec
|
- eventsource-store-specs < 0 # tasty-hspec
|
||||||
- eventsource-stub-store < 0 # GHC 8.4 via protolude
|
- eventsource-stub-store < 0 # GHC 8.4 via protolude
|
||||||
@ -3725,7 +3725,6 @@ skipped-tests:
|
|||||||
# Compilation failures
|
# Compilation failures
|
||||||
- proto-lens-combinators # https://github.com/google/proto-lens/issues/119
|
- proto-lens-combinators # https://github.com/google/proto-lens/issues/119
|
||||||
- pell # https://github.com/brunjlar/pell/issues/1
|
- pell # https://github.com/brunjlar/pell/issues/1
|
||||||
- protobuf # https://github.com/alphaHeavy/protobuf/issues/34
|
|
||||||
- store # https://github.com/fpco/store/issues/125
|
- store # https://github.com/fpco/store/issues/125
|
||||||
|
|
||||||
# Runtime issues
|
# Runtime issues
|
||||||
@ -4153,6 +4152,7 @@ skipped-benchmarks:
|
|||||||
- pipes # optparse-applicative 0.13
|
- pipes # optparse-applicative 0.13
|
||||||
- splitmix # criterion 1.3
|
- splitmix # criterion 1.3
|
||||||
- superbuffer # criterion 1.3
|
- superbuffer # criterion 1.3
|
||||||
|
- text-builder # criterion 1.1 https://github.com/commercialhaskell/stackage/issues/3668
|
||||||
- ttrie # criterion-plus and th-pprint
|
- ttrie # criterion-plus and th-pprint
|
||||||
- tz # criterion 1.3
|
- tz # criterion 1.3
|
||||||
- unicode-transforms # criterion 1.3
|
- unicode-transforms # criterion 1.3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user