From 15e7267f41317f768d1d3ff783a330ef9de35a6e Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Thu, 26 Jan 2017 22:28:48 -0500 Subject: [PATCH] add postgresql-typed, invertible, ztail invertible has some optional dependencies outside stackage, which a stack.yaml disables the flags for. Not sure if this is the right way to deal with it. --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28fac300..866fc76d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2712,6 +2712,11 @@ packages: "Mitsutoshi Aoe @maoe": - viewprof + "Dylan Simon @dylex": + - postgresql-typed + - invertible + - ztail + # 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