snake/snake.cabal

14 lines
282 B
Plaintext
Raw Normal View History

2022-03-12 18:39:23 -05:00
cabal-version: 2.4
name: snake
version: 0.0
2023-01-17 21:51:52 -05:00
synopsis: A snake game using Dunai
2022-03-12 18:39:23 -05:00
author: Kiana Sheibani
license: MIT
build-type: Simple
executable snake
main-is: Main.hs
2023-01-17 21:51:52 -05:00
default-language: GHC2021
2022-03-12 18:39:23 -05:00
other-modules:
2023-01-17 21:51:52 -05:00
build-depends: dunai