snake/snake.cabal
2022-03-12 18:39:23 -05:00

13 lines
248 B
Plaintext

cabal-version: 2.4
name: snake
version: 0.0
synopsis: A snake game using Yampa
author: Kiana Sheibani
license: MIT
build-type: Simple
executable snake
main-is: Main.hs
other-modules:
build-depends: