Removes packages with dependency failures

This commit is contained in:
Joe Kachmar 2018-05-24 21:05:51 -04:00
parent b0ed69e62e
commit f12a706818

View File

@ -1219,7 +1219,7 @@ packages:
- di-df1
- di-handle
- di-monad
- exinst
- exinst < 0 # via serialize and cborg https://github.com/commercialhaskell/stackage/issues/3666 and 3667
- flay
- network-simple
- network-simple-tls
@ -1228,10 +1228,10 @@ packages:
- pipes-binary
- pipes-network
- pipes-network-tls
- safe-money
- safe-money < 0 # via serialise https://github.com/commercialhaskell/stackage/issues/3666
- vector-bytes-instances
- xmlbf-xeno
- xmlbf-xmlhtml
- xmlbf-xmlhtml < 0 # GHC 8.4 via xmlhtml via hspec-2.5.0
- xmlbf
"Tomas Carnecky @wereHamster":