From 2c4f7bb6f2b70e502bf17becf098625d1b649ace Mon Sep 17 00:00:00 2001 From: Satoshi Egi Date: Mon, 11 Nov 2019 09:49:10 +0900 Subject: [PATCH] add egison Checklist: - [x] Meaningful commit message, eg `add my-cool-package` (please not mention `build-constraints.yml`) - [x] At least 30 minutes have passed since uploading to Hackage - [x] On your own machine, in a _new directory_, you have successfully run the following set of commands (replace `$package` with the name of the package that is submitted, and `$version` with the version of the package you want to get into Stackage): stack unpack $package-$version # $version is optional stack init --resolver nightly stack build --resolver nightly --haddock --test --bench --no-run-benchmarks --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ff8e318..d1aa3ad3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4035,6 +4035,9 @@ packages: "Davit Nalchevanidze @nalchevanidze": - morpheus-graphql + "Satoshi Egi @egisatoshi": + - egison + "Grandfathered dependencies": - network - Boolean