aboutsummaryrefslogtreecommitdiff
path: root/chelleport.cabal
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-13 19:12:27 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-13 19:12:51 +0530
commitfab78089b8ff9ba10e8261c49aaac41762fc05e0 (patch)
tree912e93cd5b711dff7718546de03d37b848ea1932 /chelleport.cabal
parent7553b33b4d3caedd5650953acf7ae440f2154735 (diff)
downloadchelleport-fab78089b8ff9ba10e8261c49aaac41762fc05e0.tar.gz
chelleport-fab78089b8ff9ba10e8261c49aaac41762fc05e0.zip
Basic hello world thing for sdl2 + sdl2-ttf
Diffstat (limited to '')
-rw-r--r--chelleport.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/chelleport.cabal b/chelleport.cabal
index e9587e6..7e88b5b 100644
--- a/chelleport.cabal
+++ b/chelleport.cabal
@@ -40,8 +40,8 @@ library lib-chelleport
import: common-config, warnings
hs-source-dirs: src
build-depends:
- gloss == 1.13.2.2,
- sdl2 == 2.5.5.0
+ sdl2 == 2.5.5.0,
+ sdl2-ttf == 2.1.3
exposed-modules:
Chelleport