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...

43 lines
1009 B
Plaintext
Raw Normal View History

cabal-version: 1.12
2023-10-06 05:29:36 +00:00
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
name: really-bad-compiler-in-haskell
version: 0
2023-09-15 05:51:44 +00:00
category: Compilers/Interpreters
author: sudoer777
2023-09-15 05:51:44 +00:00
maintainer: sudoer777
build-type: Simple
tested-with:
GHC == 9.2.8
2023-09-15 05:51:44 +00:00
executable really-bad-compiler-in-haskell
main-is: Main.hs
other-modules:
2023-09-30 09:07:45 +00:00
Main.LLVMGen
Main.Parser.Megaparsec
2023-10-08 03:46:37 +00:00
Main.Types
Paths_really_bad_compiler_in_haskell
hs-source-dirs:
2023-09-29 23:01:47 +00:00
src
default-extensions:
OverloadedStrings, LambdaCase
ghc-options: -threaded -Wall -j8 +RTS -A64M -RTS -fllvm
build-depends:
base >=4.14.3 && <5
, bytestring
2023-10-07 04:21:55 +00:00
, containers
2023-09-29 10:17:12 +00:00
, llvm-hs ==15.*
, llvm-hs-pure ==15.*
, megaparsec >=9.0.1 && <10
2023-10-07 04:21:55 +00:00
, mtl
2023-10-07 04:55:57 +00:00
, optparse-applicative >=0.17 && <1
, parser-combinators
2023-09-29 10:17:12 +00:00
, process
2023-10-07 04:21:55 +00:00
, string-conversions
, text
2023-10-07 04:21:55 +00:00
, transformers
default-language: Haskell2010