From 0ad36884424551cdb4a06794b7a07a998745d2ec Mon Sep 17 00:00:00 2001 From: Robin Heggelund Hansen Date: Fri, 5 Aug 2022 08:34:44 +0200 Subject: [PATCH] Add link to bug reports site, and set default language to GHC2021 --- gren.cabal | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/gren.cabal b/gren.cabal index 10e7146a..ae516540 100644 --- a/gren.cabal +++ b/gren.cabal @@ -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