From 7e370858fac4227a0fa84c7db2f7c8b634718093 Mon Sep 17 00:00:00 2001 From: Marius Ghita Date: Mon, 28 Oct 2019 10:09:52 +0200 Subject: [PATCH] add minimal-configuration Checklist: Meaningful commit message, eg add my-cool-package (please not mention build-constraints.yml) At least 30 minutes have passed since uploading to Hackage 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 36823397..6cb4a21e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4019,6 +4019,9 @@ packages: "Ian Graves @igraves": - monad-resumption + "Marius Ghita @mhitza": + - minimal-configuration + "Grandfathered dependencies": - network - Boolean