parabox/parabox.cabal

28 lines
679 B
Plaintext
Raw Normal View History

2022-11-30 13:38:12 -08:00
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:
-- other-extensions:
ghc-options: -threaded
build-depends: base ^>=4.17.0.0, array, containers, vty
hs-source-dirs: app
default-language: Haskell2010