mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Add missing github-users in serialization
This commit is contained in:
parent
e892e6effd
commit
4e06135f38
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user