1
Fork 0
This repository has been archived on 2023-11-05. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
2022FuncProg-project1-memory/memory.cabal
2022-10-10 21:10:20 +02:00

11 lines
377 B
Text

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