From a80b62c1906a82cb9853d0f647b4d6ec6ef19195 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Wed, 28 Jun 2023 04:54:35 -0700 Subject: [PATCH] Another Util/Aeson.hs fix --- test/Util/Aeson.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Util/Aeson.hs b/test/Util/Aeson.hs index 3954546..38aded1 100644 --- a/test/Util/Aeson.hs +++ b/test/Util/Aeson.hs @@ -9,7 +9,7 @@ import qualified Data.Aeson.KeyMap as KM aesonFromList :: [(K.Key, v)] -> KM.KeyMap v aesonFromList = KM.fromList -type AesonKey = A.Key +type AesonKey = K.Key #else import Data.Aeson as A import Data.HashMap.Strict as HM