Added basic PatienceBoard
This commit is contained in:
parent
9ca1cdd534
commit
13ee95c6ec
2 changed files with 43 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue