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

18 lines
302 B
YAML
Raw Normal View History

name: really-bad-compiler-in-haskell
version: 0
author: sudoer777
maintainer: git@sudoer.ch
dependencies:
- base
- megaparsec
- parser-combinators
- text
tested-with: GHC == 9.2.8
ghc-options: -threaded -Wall -j +RTS -A32M -RTS
executables:
compiler:
source-dirs: app
main: Main.hs