57 lines
1 KiB
Text
57 lines
1 KiB
Text
cabal-version: 1.12
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.31.2.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
--
|
|
-- hash: ae0d0337fef94e96da9aaca377817a7cbca70851243db8fe2a6c435fe06f0cfa
|
|
|
|
name: minesweeper
|
|
version: 0.1.0.0
|
|
build-type: Simple
|
|
|
|
library
|
|
exposed-modules:
|
|
Lib
|
|
other-modules:
|
|
Paths_minesweeper
|
|
hs-source-dirs:
|
|
src/
|
|
ghc-options: -Wall
|
|
build-depends:
|
|
array
|
|
, base
|
|
, containers
|
|
, mtl
|
|
, random
|
|
, split
|
|
default-language: Haskell2010
|
|
|
|
executable minesweeper
|
|
main-is: Main.hs
|
|
other-modules:
|
|
Paths_minesweeper
|
|
hs-source-dirs:
|
|
app/
|
|
ghc-options: -Wall
|
|
build-depends:
|
|
base
|
|
, minesweeper
|
|
, optparse-generic
|
|
, random
|
|
default-language: Haskell2010
|
|
|
|
test-suite minesweeper-test
|
|
type: exitcode-stdio-1.0
|
|
main-is: Spec.hs
|
|
other-modules:
|
|
Paths_minesweeper
|
|
hs-source-dirs:
|
|
test/
|
|
ghc-options: -Wall
|
|
build-depends:
|
|
base
|
|
, minesweeper
|
|
, tasty
|
|
, tasty-hunit
|
|
default-language: Haskell2010
|