Merge branch 'master' into patch-3

This commit is contained in:
Jens Petersen 2017-10-25 17:28:42 +09:00 committed by GitHub
commit fd0a4fedcd
2 changed files with 18 additions and 12 deletions

View File

@ -57,7 +57,7 @@ Build the package set
--------------------- ---------------------
Generally only the stackage build server run by the stackage curator Generally only the stackage build server run by the stackage curator
team and people intrested in incorporating stackage snapshots into an team and people interested in incorporating stackage snapshots into an
OS distribution need to build the entire package set. If you're OS distribution need to build the entire package set. If you're
interested in trying this yourself, please check out interested in trying this yourself, please check out
[the curator guide](https://github.com/fpco/stackage/blob/master/CURATORS.md), [the curator guide](https://github.com/fpco/stackage/blob/master/CURATORS.md),

View File

@ -1661,6 +1661,9 @@ packages:
- gloss-rendering # Maintained by @benl23x5. - gloss-rendering # Maintained by @benl23x5.
- gpolyline # Maintained by @fegu. - gpolyline # Maintained by @fegu.
- lackey - lackey
- monad-memo # Maintained by @EduardSergeev.
# - octane # GHC 8.2.1
# - overloaded-records # Maintained by @trskop. # GHC 8.2.1
- postgresql-simple-migration # Maintained by @ameingast. - postgresql-simple-migration # Maintained by @ameingast.
- ratel - ratel
- ratel-wai - ratel-wai
@ -1752,17 +1755,17 @@ packages:
- monadoid - monadoid
- n-tuple - n-tuple
- path-extra - path-extra
- pred-trie # - pred-trie # rose-trees https://github.com/athanclark/rose-trees/issues/7
- pred-set - pred-set
- path-extra - path-extra
- poly-arity - poly-arity
- quickcheck-combinators - quickcheck-combinators
- rose-trees # - rose-trees # https://github.com/athanclark/rose-trees/issues/7
- sets - sets
- timemap - timemap
- tmapchan - tmapchan
- tmapmvar - tmapmvar
- tries # - tries # rose-trees https://github.com/athanclark/rose-trees/issues/7
- unit-constraint - unit-constraint
- unfoldable-restricted - unfoldable-restricted
- urlpath - urlpath
@ -1923,7 +1926,7 @@ packages:
"Kostiantyn Rybnikov <k-bx@k-bx.com> @k-bx": "Kostiantyn Rybnikov <k-bx@k-bx.com> @k-bx":
- protocol-buffers - protocol-buffers
- hprotoc < 0 # compilation failure https://github.com/k-bx/protocol-buffers/issues/45 - hprotoc
- protocol-buffers-descriptor - protocol-buffers-descriptor
- ekg-core - ekg-core
- digits - digits
@ -2460,6 +2463,7 @@ packages:
"Johannes Hilden <hildenjohannes@gmail.com> @laserpants": "Johannes Hilden <hildenjohannes@gmail.com> @laserpants":
- hashids - hashids
- fuzzyset
"Joe Hermaszewski <stackage@monoid.al> @expipiplus1": "Joe Hermaszewski <stackage@monoid.al> @expipiplus1":
[] []
@ -3398,6 +3402,9 @@ packages:
- ghc-core - ghc-core
- colorize-haskell - colorize-haskell
"Chris Martin <ch.martin@gmail.com> @chris-martin":
- partial-semigroup
# If you stop maintaining a package you can move it here. # If you stop maintaining a package you can move it here.
# It will then be disabled if it starts causing problems. # It will then be disabled if it starts causing problems.
# See https://github.com/fpco/stackage/issues/1056 # See https://github.com/fpco/stackage/issues/1056
@ -3447,13 +3454,6 @@ packages:
# https://github.com/fpco/stackage/issues/2860 # https://github.com/fpco/stackage/issues/2860
- language-c < 0.7 - language-c < 0.7
# https://github.com/fpco/stackage/issues/2957
- llvm-hs < 5.1.0
- llvm-hs-pure < 5.1.0
# https://github.com/fpco/stackage/issues/2958
- hasql < 0.20
# https://github.com/fpco/stackage/issues/2967 # https://github.com/fpco/stackage/issues/2967
- swagger2 < 2.2 - swagger2 < 2.2
@ -3471,6 +3471,7 @@ packages:
# https://github.com/fpco/stackage/issues/2976 # https://github.com/fpco/stackage/issues/2976
- http-types < 0.10 - http-types < 0.10
- servant-auth-cookie < 0.5.0.6
# https://github.com/fpco/stackage/issues/2978 # https://github.com/fpco/stackage/issues/2978
- conduit-extra < 1.2.0 - conduit-extra < 1.2.0
@ -3925,6 +3926,7 @@ expected-test-failures:
- xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6
- yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1
- servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441
- monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3
# Stackage upper bounds, re-enable these when their upper bound is removed # Stackage upper bounds, re-enable these when their upper bound is removed
@ -3992,6 +3994,8 @@ expected-benchmark-failures:
- raaz # https://github.com/raaz-crypto/raaz/issues/338 - raaz # https://github.com/raaz-crypto/raaz/issues/338
- http2 - http2
- xxhash # https://github.com/christian-marie/xxhash/issues/4 - xxhash # https://github.com/christian-marie/xxhash/issues/4
- katip-elasticsearch # https://github.com/Soostone/katip/issues/74
- monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3
# end of expected-benchmark-failures # end of expected-benchmark-failures
@ -4017,6 +4021,7 @@ expected-haddock-failures:
- MemoTrie # https://github.com/conal/MemoTrie/issues/10 - MemoTrie # https://github.com/conal/MemoTrie/issues/10
- text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160
- cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4
- persistent-mysql # https://github.com/yesodweb/persistent/issues/724
# Haddock bugs # Haddock bugs
- swagger2 # https://github.com/GetShopTV/swagger2/issues/66 - swagger2 # https://github.com/GetShopTV/swagger2/issues/66
@ -4225,6 +4230,7 @@ tell-me-when-its-released:
- cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844
- cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844
- freer-effects-0.3.0.1 # re-enable extensible benchmarks - freer-effects-0.3.0.1 # re-enable extensible benchmarks
- katip-elasticsearch-0.4.0.1 # re-enable benchmarks
# Packages which should be hidden after registering, to avoid module name # Packages which should be hidden after registering, to avoid module name
# conflicts. This is intended for at least two use cases: # conflicts. This is intended for at least two use cases: