Implement basic board types/functions
This commit is contained in:
parent
2b64fe2a0b
commit
0fe8205ed9
8 changed files with 140 additions and 35 deletions
10
package.yaml
10
package.yaml
|
|
@ -13,6 +13,10 @@ dependencies:
|
|||
- random
|
||||
- array
|
||||
- text
|
||||
- mtl
|
||||
- extra
|
||||
- display
|
||||
- binary
|
||||
|
||||
library:
|
||||
source-dirs:
|
||||
|
|
@ -24,13 +28,13 @@ executable:
|
|||
main: Main.hs
|
||||
|
||||
tests:
|
||||
spec:
|
||||
main: "Spec.hs"
|
||||
numberspec-test:
|
||||
main: "Main.hs"
|
||||
ghc-options: "-threaded -O0"
|
||||
source-dirs:
|
||||
- src
|
||||
- test
|
||||
|
||||
dependencies:
|
||||
- hspec >= 2.1.8
|
||||
- QuickCheck
|
||||
- numbersquare
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue