Skip to content

Commit 26631ca

Browse files
committed
Reflect that GHC 7.10.3 is excluded by the 'base' bound
and update copyright year.
1 parent 8d68a46 commit 26631ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013-2020 Ömer Sinan Ağacan, Siniša Biđin, Rongcui Dong
1+
Copyright (c) 2013-2021 Ömer Sinan Ağacan, Siniša Biđin, Rongcui Dong
22
and others (see git commits)
33

44
This code is licensed under MIT or BSD3 licenses, so that the user

sdl2-ttf.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ author: Rongcui Dong ([email protected]),
1010
Siniša Biđin <[email protected]>,
1111
Ömer Sinan Ağacan ([email protected]),
1212
Sean Chalmers ([email protected])
13-
copyright: Copyright © 2013-2020 Ömer Sinan Ağacan, Siniša Biđin, Rongcui Dong and others (see git commits)
13+
copyright: Copyright © 2013-2021 Ömer Sinan Ağacan, Siniša Biđin, Rongcui Dong and others (see git commits)
1414
category: Font, Foreign binding, Graphics
1515
build-type: Simple
1616
cabal-version: >=1.10
17-
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5,
18-
GHC==8.8.4, GHC==8.10.4, GHC==9.0.1
17+
tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4,
18+
GHC==8.10.4, GHC==9.0.1
1919

2020
source-repository head
2121
type: git

0 commit comments

Comments
 (0)