From fab78089b8ff9ba10e8261c49aaac41762fc05e0 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 13 Dec 2024 19:12:27 +0530 Subject: Basic hello world thing for sdl2 + sdl2-ttf --- chelleport.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chelleport.cabal') 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 -- cgit v1.3.1