From ab01b54d4a61fba463a9ffa89d928c9f2761cfc1 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Sun, 30 Jan 2022 13:53:48 -0500 Subject: [PATCH] Restricts opaleye < 0.9 (#6419) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3739afa3..095c8b6e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1649,7 +1649,7 @@ packages: - ghcjs-perch "Tom Ellis @tomjaguarpaw": - - opaleye + - opaleye < 0.9 # https://github.com/commercialhaskell/stackage/issues/6419 - product-profunctors - strict-wrapper