27 lines
619 B
Plaintext
27 lines
619 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
|
||
|
|
||
|
executable Minesweeper
|
||
|
main-is: Main.hs
|
||
|
other-modules:
|
||
|
Paths_Minesweeper
|
||
|
hs-source-dirs:
|
||
|
src
|
||
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
||
|
build-depends:
|
||
|
base
|
||
|
, random
|
||
|
default-language: Haskell2010
|