revise .cabal

This commit is contained in:
Jens Petersen 2022-06-18 00:21:40 +08:00
parent bc101fcb9e
commit 436c8a3094
1 changed files with 12 additions and 7 deletions

View File

@ -1,6 +1,6 @@
name: OpenGL
version: 3.0.3.0
x-revision: 1
x-revision: 2
synopsis: A binding for the OpenGL graphics system
description:
A Haskell binding for the OpenGL graphics system (GL, version 4.6) and its
@ -26,9 +26,14 @@ tested-with:
GHC == 7.10.3
GHC == 8.0.2
GHC == 8.2.2
GHC == 8.4.3
GHC == 8.4.4
GHC == 8.6.5
GHC == 8.8.1
GHC == 8.8.4
GHC == 8.10.7
GHC == 9.0.2
GHC == 9.2.3
GHC == 9.4.1
cabal-version: >= 1.10
extra-source-files:
CHANGELOG.md
@ -160,11 +165,11 @@ library
if impl(ghc > 8)
ghc-options: -Wcompat
build-depends:
base >= 3 && < 5,
bytestring >= 0.9 && < 0.11,
base >= 4 && < 5,
bytestring >= 0.9 && < 0.12,
containers >= 0.3 && < 0.7,
text >= 0.1 && < 1.3,
transformers >= 0.2 && < 0.6,
text >= 0.1 && < 2.1,
transformers >= 0.2 && < 0.7,
ObjectName >= 1.1 && < 1.2,
StateVar >= 1.1 && < 1.3,
OpenGLRaw >= 3.0 && < 3.4,