From 28f4fa654bee1d9e80a388426204e5051cd3a75b Mon Sep 17 00:00:00 2001 From: Emily Pillmore Date: Wed, 8 Apr 2020 12:43:37 -0400 Subject: [PATCH 1/2] add smash ecosystem --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 680d7eb1..0f1eefee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -54,6 +54,10 @@ packages: - lens-process < 0 # via lens-4.18.1 - microlens-process - nonempty-vector + - smash + - smash-aeson + - smash-microlens + - smash-lens "Matthieu Monsch @mtth": - flags-applicative From 2d8adb4b0c364ae1c41d1a6016adbeff85c6cccf Mon Sep 17 00:00:00 2001 From: Emily Pillmore Date: Wed, 13 May 2020 22:59:52 -0400 Subject: [PATCH 2/2] add strict-tuple-lens add strict-tuple entry --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2532775b..a4a9ae3f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -70,6 +70,8 @@ packages: - smash-aeson - smash-microlens - smash-lens + - strict-tuple + - strict-tuple-lens "Matthieu Monsch @mtth": - flags-applicative