From 102e4eca86e55cec7930328e46fb76639e84ae96 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Thu, 1 Sep 2016 13:00:44 +0200 Subject: [PATCH] Add writer-cps-mtl and writer-cps-transformers These packages provide stricter WriterT and RWST replacements --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43d98f83..2ec05b13 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2434,6 +2434,10 @@ packages: "Matthias Herrmann @2chilled": - scrape-changes + "Daniel Mendler @minad": + - writer-cps-mtl + - writer-cps-transformers + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056