From 6168a9932d9006663e79aa601d9a0ff02250e328 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Thu, 4 Mar 2021 02:07:25 +0000 Subject: [PATCH] Restricts mysql (#5891) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9e25ebb..24ea4392 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1424,7 +1424,7 @@ packages: - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis "Paul Rouse @paul-rouse": - - mysql + - mysql < 0.2 # https://github.com/commercialhaskell/stackage/issues/5891 - mysql-simple - sphinx < 0 # Could not find module Network - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0