From a8f4774e8e9f1a4d8d83329630b7f9473e34952e Mon Sep 17 00:00:00 2001 From: Sjoerd Visscher Date: Thu, 4 Nov 2021 09:18:37 +0100 Subject: [PATCH] Restrict beam-migrate version --- cabal.project | 1 + 1 file changed, 1 insertion(+) diff --git a/cabal.project b/cabal.project index e639515a55..dbe058a193 100644 --- a/cabal.project +++ b/cabal.project @@ -41,6 +41,7 @@ constraints: -- ones they reuse the one from 'some', but there isn't e.g. a proper version -- constraint from dependent-sum-template (which is the library we actually use). , dependent-sum > 0.6.2.0 + , beam-migrate < 0.5.1.0 -- These packages appear in our dependency tree and are very slow to build. -- Empirically, turning off optimization shaves off ~50% build time.