Skip to content

Commit

Permalink
Another Util/Aeson.hs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jun 28, 2023
1 parent 870982a commit a80b62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Util/Aeson.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a80b62c

Please sign in to comment.