export only the parts of aeson that are used
authorJoey Hess <joeyh@joeyh.name>
Wed, 25 Sep 2024 18:41:23 +0000 (14:41 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 25 Sep 2024 18:41:23 +0000 (14:41 -0400)
commit76362278e935ad98db8b37f1f2dadde95f89bc6d
tree80406d7f5209ab0ada0f27cc549840ca689c7d23
parentd026e585be7f1fc1084e4398719b433445f0bd63
export only the parts of aeson that are used

Rather than hiding things not wanted. This fixes a build warning with
aeson-2.2.3 which no longer has a json function.
Command/Info.hs
Utility/Aeson.hs