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/package.yaml

28 lines
548 B
YAML
Raw Normal View History

name: really-bad-compiler-in-haskell
version: 0
author: sudoer777
dependencies:
2023-09-15 05:51:44 +00:00
- base >= 4.16.4 && < 5
- megaparsec >= 9.2.2 && < 10
- parser-combinators
- text
2023-09-15 05:51:44 +00:00
- llvm-hs-pure >= 15 && < 16
# - llvm-hs-pretty >= 0.9 && < 1
tested-with: GHC == 9.2.8
2023-09-15 05:51:44 +00:00
category: Compilers/Interpreters
2023-09-15 05:51:44 +00:00
ghc-options: -threaded -Wall -j8 +RTS -A64M -RTS
2023-09-15 05:51:44 +00:00
# library:
# source-dirs: src
executable:
source-dirs: app
main: Main.hs
# tests:
# testall:
# main: Testall.hs
# source-dirs: test
# default-extensions: OverloadedStrings, LambdaCase