From a20b6821b9f1157befcf6b108986b25447c49865 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 23 Jan 2018 15:57:55 +0100 Subject: [PATCH 1/2] Add lambdabot-core and lambdabot-irc-plugins. Also, sort the list of packages I maintain alphabetically. :-) --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9aa80a17..399756d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2041,8 +2041,8 @@ packages: - nagios-check "Peter Simons @peti": - - distribution-nixpkgs - cabal2nix + - distribution-nixpkgs - funcmp - hackage-db - hledger-interest @@ -2051,12 +2051,14 @@ packages: - hsemail - hsyslog - jailbreak-cabal + - json-autotype + - lambdabot-core + - lambdabot-irc-plugins - language-nix - logging-facade-syslog - nix-paths - streamproc - titlecase - - json-autotype "Mark Fine @markfine": - postgresql-schema From 41f94f7cbb152ce9e684327d4348f2ddc16c0d6e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 23 Jan 2018 16:12:48 +0100 Subject: [PATCH 2/2] Add prim-unique to satisfy dependencies of lambdabot-core. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 399756d5..b4d66c7b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2057,6 +2057,7 @@ packages: - language-nix - logging-facade-syslog - nix-paths + - prim-uniq - streamproc - titlecase