first commit
This commit is contained in:
commit
142d7feefb
7 changed files with 109 additions and 0 deletions
24
numbersquare.cabal
Normal file
24
numbersquare.cabal
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
cabal-version: 3.0
|
||||
name: numbersquare
|
||||
|
||||
version: 0.1.0.0
|
||||
|
||||
license: BSD-3-Clause
|
||||
license-file: LICENSE
|
||||
author: sid
|
||||
category: Game
|
||||
build-type: Simple
|
||||
|
||||
extra-doc-files: CHANGELOG.md
|
||||
|
||||
common warnings
|
||||
ghc-options: -Wall
|
||||
|
||||
executable numbersquare
|
||||
import: warnings
|
||||
|
||||
main-is: Main.hs
|
||||
|
||||
build-depends: base ^>=4.20.2.0
|
||||
hs-source-dirs: app
|
||||
default-language: Haskell2010
|
||||
Loading…
Add table
Add a link
Reference in a new issue