Add nice, documented CLI parameters
This commit is contained in:
parent
9a1cf149df
commit
0ddc766aea
3 changed files with 27 additions and 9 deletions
|
|
@ -4,7 +4,7 @@ cabal-version: 1.12
|
|||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: 512c036467601196724c0e9412fc6175989ea1a8c48bf158d2cf62aa1c0b4311
|
||||
-- hash: ae0d0337fef94e96da9aaca377817a7cbca70851243db8fe2a6c435fe06f0cfa
|
||||
|
||||
name: minesweeper
|
||||
version: 0.1.0.0
|
||||
|
|
@ -37,6 +37,7 @@ executable minesweeper
|
|||
build-depends:
|
||||
base
|
||||
, minesweeper
|
||||
, optparse-generic
|
||||
, random
|
||||
default-language: Haskell2010
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue