Skip to content

Commit 5f36e53

Browse files
committed
Revert "Actually, we will need text 2.1 that may or may not ship with GHC 9.4.*"
This reverts commit d42d654. 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.
1 parent 09c6889 commit 5f36e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdl2-ttf.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ copyright: Copyright © 2013-2022 Ömer Sinan Ağacan, Siniša Biđin, Rongc
1414
category: Font, Foreign binding, Graphics
1515
build-type: Simple
1616
cabal-version: >=1.10
17-
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
17+
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
1818

1919
source-repository head
2020
type: git

0 commit comments

Comments
 (0)