Havoc/Havoc.cabal
alterdekim b577d92f44 Initialization
new file:   .gitignore
	new file:   CHANGELOG.md
	new file:   Havoc.cabal
	new file:   LICENSE
	new file:   app/Main.hs
2024-11-01 02:42:28 +03:00

29 lines
757 B
Plaintext

cabal-version: 3.0
name: Havoc
version: 0.1.0.0
synopsis: A clone of famous blocky game.
-- description:
homepage: https://blog.awain.net
license: AGPL-3.0-only
license-file: LICENSE
author: alterdekim
maintainer: alterwain@protonmail.com
-- copyright:
category: Game
build-type: Simple
extra-doc-files: CHANGELOG.md
-- extra-source-files:
common warnings
ghc-options: -Wall
executable Havoc
import: warnings
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.17.2.1,
not-gloss ^>=0.7.7.0
hs-source-dirs: app
default-language: Haskell2010