From 4e06135f38922415e505b00f9e87c3e746c30915 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 15 Dec 2014 08:22:26 +0200 Subject: [PATCH] Add missing github-users in serialization --- Stackage/BuildPlan.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Stackage/BuildPlan.hs b/Stackage/BuildPlan.hs index a9880cdb..def0403a 100644 --- a/Stackage/BuildPlan.hs +++ b/Stackage/BuildPlan.hs @@ -41,6 +41,7 @@ instance ToJSON BuildPlan where [ "system-info" .= bpSystemInfo , "tools" .= map goTool bpTools , "packages" .= Map.mapKeysWith const unPackageName bpPackages + , "github-users" .= bpGithubUsers ] where goTool (k, v) = object