From 93fad9bdc562df40557688ac9bdd94774ea0d481 Mon Sep 17 00:00:00 2001 From: Doug Burke Date: Mon, 18 Feb 2019 11:40:08 -0500 Subject: [PATCH] Allow groundhog-th to build with LTS 13 groundhog-th-0.10.2 now uses yaml version 0.11 - https://hackage.haskell.org/package/groundhog-th-0.10.2 - which was the reason for it being removed from LTS 13 - https://github.com/lykahb/groundhog/issues/84 I don't need groundhog-inspector so have not tried to see if this can also be added back. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index be2411ae..e502fd41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -981,11 +981,11 @@ packages: "Boris Lykah @lykahb": - groundhog - - groundhog-inspector < 0 # via groundhog-th + - groundhog-inspector < 0 # was blocked by groundhog-th but not tested since - groundhog-mysql - groundhog-postgresql - groundhog-sqlite - - groundhog-th < 0 # https://github.com/lykahb/groundhog/issues/84 + - groundhog-th "Janne Hellsten @nurpax": - sqlite-simple