I am new to haskell and I want to learn how to create GUIs using the haskell platform. I found this tic tac toe example but I can't seem to figure it out how to run it.
https://github.com/DevJac/gloss-tic-tac-toe
I runned Setup.hs, it compiled but nothing happend. Tried cabal run and this is the output:
Package has never been configured. Configuring with default flags. If this fails, please run configure manually. Resolving dependencies... Configuring gloss-tic-tac-toe-0.1.0.0... cabal: At least the following dependencies are missing: base ==4.7.*, gloss >=1.9.2.1 && <1.10
Any ideas?