1
Fork 0

Initial commit

This commit is contained in:
tibvdm 2022-10-10 21:10:20 +02:00
commit 9ccd5abe88
3 changed files with 313 additions and 0 deletions

11
memory.cabal Normal file
View file

@ -0,0 +1,11 @@
name: memory
version: 1.0.0
author: Author name here
build-type: Simple
cabal-version: >=1.10
executable memory
hs-source-dirs: src
main-is: Main.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5, gloss >= 1.11 && < 1.14, random >= 1.1 && < 1.4, random-shuffle >= 0.0.4