This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues/pull-requests.
really-bad-compiler-in-haskell/really-bad-compiler-in-hask...

31 lines
673 B
Plaintext
Raw Normal View History

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack
name: really-bad-compiler-in-haskell
version: 0
author: sudoer777
maintainer: git@sudoer.ch
build-type: Simple
tested-with:
GHC == 9.2.8
executable compiler
main-is: Main.hs
other-modules:
Eval.Expression
Objects.Expression
Parser.Expression
Paths_really_bad_compiler_in_haskell
hs-source-dirs:
app
ghc-options: -threaded -Wall -j +RTS -A32M -RTS
build-depends:
base
, megaparsec
, parser-combinators
, text
default-language: Haskell2010