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 category: Compilers/Interpreters author: sudoer777 maintainer: sudoer777 build-type: Simple tested-with: GHC == 9.2.8 executable really-bad-compiler-in-haskell main-is: Main.hs other-modules: Compiler.LLVMGen Parser.Expr Types.Expr Paths_really_bad_compiler_in_haskell hs-source-dirs: main default-extensions: OverloadedStrings, LambdaCase ghc-options: -threaded -Wall -j8 +RTS -A64M -RTS -fllvm build-depends: base >=4.14.3 && <5 , bytestring , llvm-hs ==15.* , llvm-hs-pure ==15.* , megaparsec >=9.0.1 && <10 , parser-combinators , process , text default-language: Haskell2010