From 320d1f38c9640ac4788d8e0db84daabce473acf1 Mon Sep 17 00:00:00 2001 From: Flavio Corpa Date: Tue, 25 Oct 2022 14:28:25 +0200 Subject: [PATCH] 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