Name: HSet Version: 0.0.0 x-revision: 1 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.8 && < 4.10 , containers , hashtables , hashable Source-Repository head Type: git Location: https://github.com/athanclark/HSet