forked from rongcuid/sdl2-ttf
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reflect that GHC 7.10.3 is excluded by the 'base' bound
and update copyright year.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,12 +10,12 @@ author: Rongcui Dong ([email protected]), | |
Siniša Biđin <[email protected]>, | ||
Ömer Sinan Ağacan ([email protected]), | ||
Sean Chalmers ([email protected]) | ||
copyright: Copyright © 2013-2020 Ömer Sinan Ağacan, Siniša Biđin, Rongcui Dong and others (see git commits) | ||
copyright: Copyright © 2013-2021 Ömer Sinan Ağacan, Siniša Biđin, Rongcui Dong and others (see git commits) | ||
category: Font, Foreign binding, Graphics | ||
build-type: Simple | ||
cabal-version: >=1.10 | ||
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, | ||
GHC==8.8.4, GHC==8.10.4, GHC==9.0.1 | ||
tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, | ||
GHC==8.10.4, GHC==9.0.1 | ||
|
||
source-repository head | ||
type: git | ||
|