packages feed

Cabal revisions of sets-0.0.4

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

revision 1
-Name:                   sets-Version:                0.0.4-Author:                 Athan Clark <athan.clark@gmail.com>-Maintainer:             Athan Clark <athan.clark@gmail.com>-License:                MIT-License-File:           LICENSE-Synopsis:               Various set implementations in Haskell-Description:            This also includes overloaded functions for common set operations. See @Data.Set.Class@.-Cabal-Version:          >= 1.10-Build-Type:             Simple-Category:               Data, Math--Library-  Default-Language:     Haskell2010-  HS-Source-Dirs:       src-  GHC-Options:          -Wall-  Exposed-Modules:      Data.Set.Class-                        Data.Set.Unordered.Unique-                        Data.Set.Unordered.Many-                        Data.Set.Ordered.Unique-                        Data.Set.Ordered.Unique.With-                        Data.Set.Ordered.Unique.Finite-                        Data.Set.Ordered.Many-                        Data.Set.Ordered.Many.With-  Build-Depends:        base >= 4.6 && < 5-                      , containers-                      , unordered-containers-                      , hashable-                      , commutative-                      , contravariant-                      , discrimination-                      , invariant-                      , witherable--Test-Suite spec-  Type:                 exitcode-stdio-1.0-  Default-Language:     Haskell2010-  Hs-Source-Dirs:       src-                      , test-  Ghc-Options:          -Wall-  Main-Is:              Main.hs-  Build-Depends:        base-                      , tasty-                      , tasty-quickcheck-                      , tasty-hunit-                      , QuickCheck-                      , quickcheck-instances-                      , containers-                      , unordered-containers-                      , hashable-                      , commutative-                      , contravariant-                      , discrimination-                      , invariant-                      , witherable--Source-Repository head-  Type:                 git-  Location:             https://github.com/athanclark/sets.git+Name:                   sets
+Version:                0.0.4
+x-revision: 1
+Author:                 Athan Clark <athan.clark@gmail.com>
+Maintainer:             Athan Clark <athan.clark@gmail.com>
+License:                MIT
+License-File:           LICENSE
+Synopsis:               Various set implementations in Haskell
+Description:            This also includes overloaded functions for common set operations. See @Data.Set.Class@.
+Cabal-Version:          >= 1.10
+Build-Type:             Simple
+Category:               Data, Math
+
+Library
+  Default-Language:     Haskell2010
+  HS-Source-Dirs:       src
+  GHC-Options:          -Wall
+  Exposed-Modules:      Data.Set.Class
+                        Data.Set.Unordered.Unique
+                        Data.Set.Unordered.Many
+                        Data.Set.Ordered.Unique
+                        Data.Set.Ordered.Unique.With
+                        Data.Set.Ordered.Unique.Finite
+                        Data.Set.Ordered.Many
+                        Data.Set.Ordered.Many.With
+  Build-Depends:        base >= 4.8 && < 5
+                      , containers
+                      , unordered-containers
+                      , hashable
+                      , commutative
+                      , contravariant
+                      , discrimination
+                      , invariant
+                      , witherable
+
+Test-Suite spec
+  Type:                 exitcode-stdio-1.0
+  Default-Language:     Haskell2010
+  Hs-Source-Dirs:       src
+                      , test
+  Ghc-Options:          -Wall
+  Main-Is:              Main.hs
+  Build-Depends:        base
+                      , tasty
+                      , tasty-quickcheck
+                      , tasty-hunit
+                      , QuickCheck
+                      , quickcheck-instances
+                      , containers
+                      , unordered-containers
+                      , hashable
+                      , commutative
+                      , contravariant
+                      , discrimination
+                      , invariant
+                      , witherable
+
+Source-Repository head
+  Type:                 git
+  Location:             https://github.com/athanclark/sets.git
revision 2
 Name:                   sets
 Version:                0.0.4
-x-revision: 1
+x-revision: 2
 Author:                 Athan Clark <athan.clark@gmail.com>
 Maintainer:             Athan Clark <athan.clark@gmail.com>
 License:                MIT
                         Data.Set.Ordered.Unique.Finite
                         Data.Set.Ordered.Many
                         Data.Set.Ordered.Many.With
-  Build-Depends:        base >= 4.8 && < 5
-                      , containers
+  Build-Depends:        base >= 4.8 && < 4.11
+                      , containers < 0.6
                       , unordered-containers
                       , hashable
                       , commutative