mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-27 13:37:56 +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
|
[ "system-info" .= bpSystemInfo
|
||||||
, "tools" .= map goTool bpTools
|
, "tools" .= map goTool bpTools
|
||||||
, "packages" .= Map.mapKeysWith const unPackageName bpPackages
|
, "packages" .= Map.mapKeysWith const unPackageName bpPackages
|
||||||
|
, "github-users" .= bpGithubUsers
|
||||||
]
|
]
|
||||||
where
|
where
|
||||||
goTool (k, v) = object
|
goTool (k, v) = object
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user