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

36 lines
701 B
YAML

name: really-bad-compiler-in-haskell
version: 0
author: sudoer777
dependencies:
- base >= 4.14.3 && < 5
- megaparsec >= 9.0.1 && < 10
- parser-combinators
- text
- process
- mtl
- containers
- llvm-hs >= 15 && < 16
- llvm-hs-pure >= 15 && < 16
- bytestring
- string-conversions
- transformers
- optparse-applicative >= 0.17 && < 1
tested-with: GHC == 9.2.8
category: Compilers/Interpreters
ghc-options: -threaded -Wall -j8 +RTS -A64M -RTS -fllvm
# library:
# source-dirs: src
executable:
source-dirs: src
main: Main.hs
# tests:
# testall:
# main: Testall.hs
# source-dirs: test
default-extensions: OverloadedStrings, LambdaCase
# flags: -fno-hs-llvm=true