From cbbf7caa78721c6a692e8c9a85f1e434aedd8634 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 16 Jul 2019 11:00:08 -0400 Subject: [PATCH] Make myself the maintainer of ordered-containers The next version of `th-desugar` will depend on the `ordered-containers` library (goldfirere/th-desugar#120). I believe Stackage requires that all dependencies explicitly be listed out in `build-constraints.yaml` nowadays, so I'm preemptively adding `ordered-containers` now so that there aren't issues once the next `th-desugar` release happens. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e97d03a..ee63fc13 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2169,6 +2169,7 @@ packages: - monad-par - monad-par-extras - mtl-compat + - ordered-containers - proxied - singleton-nats - text-show