From c1cc4d03c07753efe567064e334ea3e4e776c4c8 Mon Sep 17 00:00:00 2001 From: Torsten Schmits <git@tryp.io> Date: Wed, 17 Aug 2022 17:08:00 +0200 Subject: [PATCH] Bump the upper bound for ghc-prim Part of the proposal https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0475-tuple-syntax.rst Tracked by https://gitlab.haskell.org/ghc/ghc/-/issues/21294 --- text.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text.cabal b/text.cabal index f6343609..8c01df39 100644 --- a/text.cabal +++ b/text.cabal @@ -183,7 +183,7 @@ library binary >= 0.5 && < 0.9, bytestring >= 0.10.4 && < 0.12, deepseq >= 1.1 && < 1.5, - ghc-prim >= 0.2 && < 0.10, + ghc-prim >= 0.2 && < 0.11, template-haskell >= 2.5 && < 2.20 ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2 -- GitLab