Add link to bug reports site, and set default language to GHC2021

This commit is contained in:
Robin Heggelund Hansen 2022-08-05 08:34:44 +02:00
parent 029541e38f
commit 0ad3688442

View File

@ -1,4 +1,5 @@
Cabal-version: 3.6
Name: gren
Version: 0.2.0
@ -9,16 +10,16 @@ Description:
This includes commands like `gren make`, `gren repl`, and many others
for helping make Gren developers happy and productive.
Homepage: https://gren-lang.org
Author: Robin Heggelund Hansen
Copyright:
Original work Copyright (c) 2011-2021, Evan Czaplicki.
Modified work Copyright (c) 2021-present, The Gren CONTRIBUTORS
License: BSD-3-Clause
License-file: LICENSE
Author: Robin Heggelund Hansen
Maintainer: info@gren-lang.org
Copyright:
Original work Copyright (c) 2011-2021, Evan Czaplicki.
Modified work Copyright (c) 2021-present, The Gren CONTRIBUTORS
Homepage: https://gren-lang.org
Bug-reports: https://github.com/gren-lang/compiler/issues
Category: Compiler, Language
@ -41,6 +42,8 @@ Common gren-common
else
ghc-options: -O2 -Wall -threaded "-with-rtsopts=-N"
default-language: GHC2021
Hs-Source-Dirs:
compiler/src
builder/src