From e87edce769267b0644626dc8fb6e4bcb40176df5 Mon Sep 17 00:00:00 2001 From: Joshua Grosso Date: Tue, 14 Aug 2018 18:04:26 -0700 Subject: [PATCH 1/2] Add `axel` package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7ac3409..0e0d4910 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,6 +8,9 @@ cabal-format-version: "2.2" # Constraints for brand new builds packages: + "Joshua Grosso @jgrosso256": + - axel + "Varun Gandhi @theindigamer": - edit From a6db3eeac2c6e04e0249f66aea64f4d2ce4dfd73 Mon Sep 17 00:00:00 2001 From: Joshua Grosso Date: Wed, 15 Aug 2018 11:29:16 -0700 Subject: [PATCH 2/2] Fix GitHub username --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e0d4910..3600c3bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ cabal-format-version: "2.2" # Constraints for brand new builds packages: - "Joshua Grosso @jgrosso256": + "Joshua Grosso @jgrosso": - axel "Varun Gandhi @theindigamer":