mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-22 20:21:57 +01:00
Disable packages and test suites that started causing problems with GHC 7.10.3 #1045
This commit is contained in:
parent
f35147dc0b
commit
6f84730186
@ -1177,7 +1177,8 @@ packages:
|
|||||||
# https://github.com/athanclark/nested-routes/issues/9
|
# https://github.com/athanclark/nested-routes/issues/9
|
||||||
#- nested-routes
|
#- nested-routes
|
||||||
- commutative
|
- commutative
|
||||||
- composition-extra
|
# https://github.com/fpco/stackage/issues/1045
|
||||||
|
# - composition-extra
|
||||||
- digestive-functors-lucid
|
- digestive-functors-lucid
|
||||||
- ltext
|
- ltext
|
||||||
- markup
|
- markup
|
||||||
@ -1185,7 +1186,8 @@ packages:
|
|||||||
- poly-arity
|
- poly-arity
|
||||||
- pred-trie
|
- pred-trie
|
||||||
- rose-trees
|
- rose-trees
|
||||||
- sets
|
# https://github.com/fpco/stackage/issues/1045
|
||||||
|
# - sets
|
||||||
- tries
|
- tries
|
||||||
- urlpath
|
- urlpath
|
||||||
- wai-transformers
|
- wai-transformers
|
||||||
@ -1395,7 +1397,8 @@ packages:
|
|||||||
- generic-deriving
|
- generic-deriving
|
||||||
- invariant
|
- invariant
|
||||||
- keycode
|
- keycode
|
||||||
- text-show
|
# https://github.com/fpco/stackage/issues/1045
|
||||||
|
# - text-show
|
||||||
|
|
||||||
"Kirill Zaborsky <qrilka@gmail.com> @qrilka":
|
"Kirill Zaborsky <qrilka@gmail.com> @qrilka":
|
||||||
- xlsx
|
- xlsx
|
||||||
@ -1921,6 +1924,12 @@ skipped-tests:
|
|||||||
- amazonka-ec2
|
- amazonka-ec2
|
||||||
- amazonka-s3
|
- amazonka-s3
|
||||||
- amazonka-swf
|
- amazonka-swf
|
||||||
|
|
||||||
|
# Misc from GHC 7.10.3 upgrade
|
||||||
|
# https://github.com/fpco/stackage/issues/1045
|
||||||
|
- argon
|
||||||
|
- clock
|
||||||
|
- pkcs10
|
||||||
# end of skipped-tests
|
# end of skipped-tests
|
||||||
|
|
||||||
# Tests which we should build and run, but which are expected to fail. We
|
# Tests which we should build and run, but which are expected to fail. We
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user