From 5f36e53fc2f3efd407776270fdba3b2aeab1f0b5 Mon Sep 17 00:00:00 2001 From: Mikolaj Konarski Date: Sun, 7 Aug 2022 16:41:07 +0200 Subject: [PATCH] Revert "Actually, we will need text 2.1 that may or may not ship with GHC 9.4.*" This reverts commit d42d6542d454be807dc9d4946976015be1f82442. We don't depend on text 2.1 in the end, 2.0.1 is enough and, while not included in GHC 9.4 RC1, 2.0.1 can be taken from Hackage just fine, to satisfy the constraint in .cabal. --- sdl2-ttf.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl2-ttf.cabal b/sdl2-ttf.cabal index 42736c1..723582f 100644 --- a/sdl2-ttf.cabal +++ b/sdl2-ttf.cabal @@ -14,7 +14,7 @@ copyright: Copyright © 2013-2022 Ömer Sinan Ağacan, Siniša Biđin, Rongc category: Font, Foreign binding, Graphics build-type: Simple cabal-version: >=1.10 -tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.3 +tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.3 || ==9.4 source-repository head type: git