From 548ef2ed168183e05a46566da3b4f75e51146fb4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 4 Jun 2022 09:05:38 -0700 Subject: [PATCH] Add an upper bound to `template-haskell-compat-v0208` to fix `nvim-hs` compile fail from #6604" --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1b673f28..569fed59 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5208,7 +5208,7 @@ packages: - tasty-lua - tasty-th - tdigest - - template-haskell-compat-v0208 + - template-haskell-compat-v0208 < 0.1.9 # https://github.com/commercialhaskell/stackage/issues/6604 - temporary - temporary-rc - temporary-resourcet