34 lines
790 B
Plaintext
34 lines
790 B
Plaintext
cabal-version: 1.12
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.34.3.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
name: Minesweeper
|
|
version: 1.0.0.0
|
|
description: CSU44012 Assignment 2
|
|
author: Jack Harley
|
|
maintainer: jackpharley@gmail.com
|
|
copyright: 2020 Jack Harley
|
|
license: AllRightsReserved
|
|
build-type: Simple
|
|
extra-source-files:
|
|
view/css/bootstrap.min.css
|
|
view/css/bootstrap.min.css.map
|
|
view/css/minesweeper.css
|
|
|
|
executable Minesweeper
|
|
main-is: Main.hs
|
|
other-modules:
|
|
Autosolver
|
|
Minesweeper
|
|
Paths_Minesweeper
|
|
hs-source-dirs:
|
|
src
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
|
build-depends:
|
|
base
|
|
, random
|
|
, threepenny-gui
|
|
default-language: Haskell2010
|