If you hover over "type Object = HashMap Text Value" in
Data.Aeson.Types in hackage, you will see that the HashMap link links
to http://hackage.haskell.org/packages/archive/unordered-containers/0.2.3.0/doc/html/Data-HashMap-Strict.html#t:HashMap,
which tells you what package it came from and what to import.