packages feed

Cabal revisions of HSet-0.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                   HSet-Version:                0.0.0-Author:                 Athan Clark <athan.clark@gmail.com>-Maintainer:             Athan Clark <athan.clark@gmail.com>-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 && < 5-                      , containers-                      , hashtables-                      , hashable--Source-Repository head-  Type:                 git-  Location:             https://github.com/athanclark/HSet+Name:                   HSet
+Version:                0.0.0
+x-revision: 1
+Author:                 Athan Clark <athan.clark@gmail.com>
+Maintainer:             Athan Clark <athan.clark@gmail.com>
+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