13 lines
248 B
Plaintext
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:
|