Name: HSet Version: 0.0.2 Author: Athan Clark Maintainer: Athan Clark License: BSD3 License-File: LICENSE Synopsis: Faux heterogeneous sets Cabal-Version: >= 1.10 Build-Type: Simple Category: Data Library Default-Language: Haskell2010 HS-Source-Dirs: src GHC-Options: -Wall Exposed-Modules: Data.HSet.Mutable Other-Modules: Data.HSet.Types Build-Depends: base >= 4.11 && < 5 , containers , hashtables , hashable >= 1.4 Source-Repository head Type: git Location: https://github.com/athanclark/HSet