From c6768a2a07e94b8b26d0f0e53517773de1110ce2 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel <hvr@gnu.org> Date: Sat, 15 Feb 2020 23:14:31 +0100 Subject: [PATCH] Ephemeral widening of bounds to aid GHC 8.10's build-system --- text.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/text.cabal b/text.cabal index b549e5a5..ab7afb3e 100644 --- a/text.cabal +++ b/text.cabal @@ -135,10 +135,10 @@ library build-depends: array == 0.5.*, - base == 4.14.*, + base == 4.14.* || == 4.13.* || == 4.12.*, binary == 0.8.*, deepseq >= 1.1.0.0 && < 1.5, - ghc-prim == 0.6.*, + ghc-prim == 0.6.* || == 0.5.*, bytestring >= 0.10.4 && < 0.11 ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2 -- GitLab