parabox/parabox.cabal

30 lines
804 B
Plaintext

cabal-version: 3.0
name: parabox
version: 0.1.0.0
-- synopsis:
-- description:
license: ISC
license-file: LICENSE
author: Eric Mertens
maintainer: emertens@galois.com
-- copyright:
category: Game
build-type: Simple
extra-doc-files: CHANGELOG.md
-- extra-source-files:
common warnings
ghc-options: -Wall
executable parabox
import: warnings
main-is: Main.hs
other-modules: Rendering, Model, Parser, BigFont
-- other-modules:
default-extensions: ImportQualifiedPost, BlockArguments, LambdaCase
ghc-options: -threaded
build-depends: base ^>=4.17.0.0, array, containers, vty, directory, filepath
hs-source-dirs: app
default-language: Haskell2010