From 22746238d4b0664aabade9278e11726353b39c19 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 6 Sep 2019 07:19:00 -0400 Subject: [PATCH] Make myself the maintainer of type-equality The next version of `lens` (and possibly other libraries) will depend on the recently revamped [`type-equality`](http://hackage.haskell.org/package/type-equality) package. Since I co-maintain `type-equality`, I'm preemptively adding it to Stackage so that it's available when the next version of `lens` is released. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54b87e60..15e63465 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2202,6 +2202,7 @@ packages: - text-show-instances - th-abstraction - thread-local-storage + - type-equality "Kirill Zaborsky @qrilka": - xlsx