tronly-typed/tronly-typed.cabal

31 lines
824 B
Plaintext

cabal-version: 3.0
name: tronly-typed
version: 0.1.0.0
license: AGPL-3.0-or-later
license-file: LICENSE
author: Akshay Mankar
maintainer: itsakshaymankar@gmail.com
category: Game
build-type: Simple
extra-doc-files: CHANGELOG.md
common warnings
ghc-options: -Wall
executable tronly-typed
import: warnings
main-is: Main.hs
hs-source-dirs: app
default-language: GHC2021
build-depends: base ^>=4.18.2.1
, bytestring
, extra
, attoparsec
, mtl
, containers
, optparse-generic
, text
, network
, network-run
, utf8-string