From 571143041f5c2f6f3769710f3e6af03bef309e3f Mon Sep 17 00:00:00 2001 From: Yusent Chig Date: Thu, 1 Mar 2018 08:00:43 -0800 Subject: [PATCH 1/2] add yesod-auth-bcryptdb resolve yusent/yesod-auth-bcryptdb#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 192525d8..79477f0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: + "Yusent Chig ": + - yesod-auth-bcryptdb + "Johannes Gerer ": - buchhaltung From 6b986d163494d39a1ea134eff4877d8e31e36ea4 Mon Sep 17 00:00:00 2001 From: Yusent Chig Date: Thu, 1 Mar 2018 21:50:00 -0800 Subject: [PATCH 2/2] add github username --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79477f0b..76262f1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,7 +7,7 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: - "Yusent Chig ": + "Yusent Chig @yusent": - yesod-auth-bcryptdb "Johannes Gerer ":