1
Fork 0

Added basic PatienceBoard

This commit is contained in:
Tibo De Peuter 2022-11-08 10:30:31 +01:00
parent 9ca1cdd534
commit 13ee95c6ec
2 changed files with 43 additions and 1 deletions

View file

@ -7,7 +7,7 @@ build-type: Simple
library
hs-source-dirs: lib
build-depends: base >= 4.7 && <5, random >= 1.1 && < 1.4
exposed-modules: CardDeck, Shuffle
exposed-modules: CardDeck, PatienceBoard, Shuffle
executable patience
main-is: Main.hs