mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-28 15:10:26 +01:00
Merge pull request #3383 from k0ral/patch-3
Fix conduit-parse for GHC 8.4
This commit is contained in:
commit
d6bdc36f85
@ -1783,7 +1783,7 @@ packages:
|
|||||||
|
|
||||||
"koral koral@mailoo.org @k0ral":
|
"koral koral@mailoo.org @k0ral":
|
||||||
- atom-conduit
|
- atom-conduit
|
||||||
# - conduit-parse # build failure with GHC 8.4 https://github.com/k0ral/conduit-parse/issues/3
|
- conduit-parse
|
||||||
- dublincore-xml-conduit
|
- dublincore-xml-conduit
|
||||||
- euler-tour-tree
|
- euler-tour-tree
|
||||||
- opml-conduit
|
- opml-conduit
|
||||||
@ -3271,7 +3271,6 @@ packages:
|
|||||||
- Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38
|
- Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38
|
||||||
- b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4
|
- b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4
|
||||||
- cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55
|
- cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55
|
||||||
- conduit-parse < 0 # build failure with GHC 8.4 https://github.com/k0ral/conduit-parse/issues/3
|
|
||||||
- dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10
|
- dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10
|
||||||
- enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11
|
- enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11
|
||||||
- fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3
|
- fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3
|
||||||
@ -3443,7 +3442,6 @@ packages:
|
|||||||
- fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build
|
- fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build
|
||||||
- set-cover < 0 # DependencyFailed (PackageName "enummapset")
|
- set-cover < 0 # DependencyFailed (PackageName "enummapset")
|
||||||
- yesod-fb < 0 # GHC 8.4 via fb
|
- yesod-fb < 0 # GHC 8.4 via fb
|
||||||
- xml-conduit-parse < 0 # GHC 8.4 via conduit-parse
|
|
||||||
- Spock-api < 0 # GHC 8.4 via reroute
|
- Spock-api < 0 # GHC 8.4 via reroute
|
||||||
- Spock-core < 0 # GHC 8.4 via reroute
|
- Spock-core < 0 # GHC 8.4 via reroute
|
||||||
- Spock-api-server < 0 # GHC 8.4 via Spock-api
|
- Spock-api-server < 0 # GHC 8.4 via Spock-api
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user