Place bombs randomly
This commit is contained in:
parent
0b20ec98e3
commit
fd1aef44ef
4 changed files with 36 additions and 11 deletions
|
|
@ -1,10 +1,10 @@
|
|||
cabal-version: 1.12
|
||||
|
||||
-- This file has been generated from package.yaml by hpack version 0.31.1.
|
||||
-- This file has been generated from package.yaml by hpack version 0.31.2.
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: 73d25bfaacbe65c083033b14864aa14b133058ca0e7c877622a08afb39ca460c
|
||||
-- hash: 512c036467601196724c0e9412fc6175989ea1a8c48bf158d2cf62aa1c0b4311
|
||||
|
||||
name: minesweeper
|
||||
version: 0.1.0.0
|
||||
|
|
@ -19,8 +19,12 @@ library
|
|||
src/
|
||||
ghc-options: -Wall
|
||||
build-depends:
|
||||
base
|
||||
array
|
||||
, base
|
||||
, containers
|
||||
, mtl
|
||||
, random
|
||||
, split
|
||||
default-language: Haskell2010
|
||||
|
||||
executable minesweeper
|
||||
|
|
@ -33,6 +37,7 @@ executable minesweeper
|
|||
build-depends:
|
||||
base
|
||||
, minesweeper
|
||||
, random
|
||||
default-language: Haskell2010
|
||||
|
||||
test-suite minesweeper-test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue