24 lines
708 B
Plaintext
24 lines
708 B
Plaintext
cabal-version: 3.0
|
|
name: zorth
|
|
version: 0.0.6.9
|
|
license: BSD-3-Clause
|
|
license-file: LICENSE
|
|
author: bunny
|
|
maintainer: bunnyanonn@proton.me
|
|
category: Development
|
|
build-type: Simple
|
|
extra-doc-files: CHANGELOG.md
|
|
common warnings
|
|
ghc-options: -Wall
|
|
|
|
executable zorth
|
|
import: warnings
|
|
main-is: Main.hs
|
|
other-modules: Compiler, Parser, Monpar
|
|
build-depends: base ^>=4.18.3.0,
|
|
process ^>=1.6.26.1,
|
|
containers ^>=0.8,
|
|
transformers ^>=0.6.1.0
|
|
hs-source-dirs: app
|
|
default-language: Haskell2010
|