PlusOuMoins/PlusOuMoins.cabal

36 lines
1.1 KiB
Plaintext

cabal-version: >=1.10
-- Initial package description 'PlusOuMoins.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: PlusOuMoins
version: 0.1.0.0
synopsis: A game where one has to guess a number
-- description:
homepage: https://git.marvid.fr/Tissevert/PlusOuMoins
-- bug-reports:
license: BSD3
license-file: LICENSE
author: Tissevert
maintainer: tissevert+devel@marvid.fr
-- copyright:
category: Game
build-type: Simple
extra-source-files: CHANGELOG.md
executable PlusOuMoins
main-is: Main.hs
other-modules: Level
, Menu
, MainMenu
, Mode
, Utils
-- other-extensions:
build-depends: base >=4.11 && <4.12
, ansi-terminal
, mtl
, random
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall