Skip to content

Commit

Permalink
Revert "Actually, we will need text 2.1 that may or may not ship with…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
Mikolaj committed Aug 7, 2022
1 parent 09c6889 commit 5f36e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdl2-ttf.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f36e53

Please sign in to comment.