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: 512c036467601196724c0e9412fc6175989ea1a8c48bf158d2cf62aa1c0b4311 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 , 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