• + 0 comments

    Never mind, Worked around by enabling package imports

    {-# OPTIONS_GHC -XPackageImports #-}
    

    and then import hashset from unordered-containers (the hashmap package is deprecated)

    import "unordered-containers" Data.HashSet