From 320d1f38c9640ac4788d8e0db84daabce473acf1 Mon Sep 17 00:00:00 2001 From: Flavio Corpa Date: Tue, 25 Oct 2022 14:28:25 +0200 Subject: [PATCH 1/2] Add `effectful` libraries to Stackage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes https://github.com/haskell-effectful/effectful/issues/104 If it is not much to ask, I'd like this PR to be marked with `hacktoberfest-accepted` 🙏🏻 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac6f4581..2e46377e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4108,6 +4108,12 @@ packages: "Henry Laxen @HenryLaxen": - bbdb + + "Andrzej Rybczak @arybczak": + - effectful + - effectful-core + - effectful-plugin + - effectful-th "Stevan Andjelkovic @stevana": - quickcheck-state-machine From 6199edf4bb4de718456f5ff8d750f420ba40cc25 Mon Sep 17 00:00:00 2001 From: Flavio Corpa Date: Tue, 25 Oct 2022 14:34:58 +0200 Subject: [PATCH 2/2] Use personal email --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e46377e..6a459103 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4109,7 +4109,7 @@ packages: "Henry Laxen @HenryLaxen": - bbdb - "Andrzej Rybczak @arybczak": + "Andrzej Rybczak @arybczak": - effectful - effectful-core - effectful-plugin