Cabal revisions of sets-0.0.5
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: sets-Version: 0.0.5-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 >= 0.0.1.4- , composition- , contravariant- , invariant- , witherable- , keys- , semigroups- , semigroupoids- , mtl- , transformers- , transformers-base- , QuickCheck--Test-Suite spec- Type: exitcode-stdio-1.0- Default-Language: Haskell2010- Hs-Source-Dirs: src- , test- Ghc-Options: -Wall -threaded- Main-Is: Main.hs- Other-Modules: Data.SetSpec- Data.Set.Class- Data.Set.Ordered.Many- Data.Set.Ordered.Many.With- Data.Set.Ordered.Unique.Finite- Data.Set.Ordered.Unique.With- Data.Set.Unordered.Many- Data.Set.Unordered.Unique- Build-Depends: base- , tasty- , tasty-quickcheck- , tasty-hunit- , QuickCheck- , quickcheck-instances- , containers- , unordered-containers- , hashable- , commutative- , composition- , contravariant- , semigroups- , semigroupoids- , keys- , invariant- , witherable- , mtl- , transformers- , transformers-base---Benchmark bench- Type: exitcode-stdio-1.0- Default-Language: Haskell2010- Hs-Source-Dirs: src- , bench- Ghc-Options: -Wall -threaded- Main-Is: Profile.hs- Other-Modules: Data.Set.Class- Data.Set.Ordered.Many- Data.Set.Ordered.Unique.Finite- Data.Set.Ordered.Unique.With- Data.Set.Unordered.Many- Data.Set.Unordered.Unique- Data.Set.Data- Data.Map.Data- Data.IntSet.Data- Data.IntMap.Data- Data.Set.Ordered.Many.Data- Data.Set.Unordered.Many.Data- Data.Set.Unordered.Unique.Data- Build-Depends: base- , QuickCheck- , containers- , unordered-containers- , hashable- , commutative- , composition- , contravariant- , invariant- , witherable- , semigroups- , semigroupoids- , keys- , mtl- , transformers- , transformers-base- , criterion--Source-Repository head- Type: git- Location: https://github.com/athanclark/sets.git+Name: sets +Version: 0.0.5 +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.6 && < 5 + , containers >=0.5.4 + , unordered-containers + , hashable + , commutative >= 0.0.1.4 + , composition + , contravariant + , invariant + , witherable + , keys + , semigroups + , semigroupoids + , mtl + , transformers + , transformers-base + , QuickCheck + +Test-Suite spec + Type: exitcode-stdio-1.0 + Default-Language: Haskell2010 + Hs-Source-Dirs: src + , test + Ghc-Options: -Wall -threaded + Main-Is: Main.hs + Other-Modules: Data.SetSpec + Data.Set.Class + Data.Set.Ordered.Many + Data.Set.Ordered.Many.With + Data.Set.Ordered.Unique.Finite + Data.Set.Ordered.Unique.With + Data.Set.Unordered.Many + Data.Set.Unordered.Unique + Build-Depends: base + , tasty + , tasty-quickcheck + , tasty-hunit + , QuickCheck + , quickcheck-instances + , containers + , unordered-containers + , hashable + , commutative + , composition + , contravariant + , semigroups + , semigroupoids + , keys + , invariant + , witherable + , mtl + , transformers + , transformers-base + + +Benchmark bench + Type: exitcode-stdio-1.0 + Default-Language: Haskell2010 + Hs-Source-Dirs: src + , bench + Ghc-Options: -Wall -threaded + Main-Is: Profile.hs + Other-Modules: Data.Set.Class + Data.Set.Ordered.Many + Data.Set.Ordered.Unique.Finite + Data.Set.Ordered.Unique.With + Data.Set.Unordered.Many + Data.Set.Unordered.Unique + Data.Set.Data + Data.Map.Data + Data.IntSet.Data + Data.IntMap.Data + Data.Set.Ordered.Many.Data + Data.Set.Unordered.Many.Data + Data.Set.Unordered.Unique.Data + Build-Depends: base + , QuickCheck + , containers + , unordered-containers + , hashable + , commutative + , composition + , contravariant + , invariant + , witherable + , semigroups + , semigroupoids + , keys + , mtl + , transformers + , transformers-base + , criterion + +Source-Repository head + Type: git + Location: https://github.com/athanclark/sets.git
revision 2
Name: sets Version: 0.0.5 -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.6 && < 5 - , containers >=0.5.4 + Build-Depends: base >= 4.6 && < 4.11 + , containers >=0.5.4 && < 0.6 , unordered-containers , hashable , commutative >= 0.0.1.4
revision 3
Name: sets Version: 0.0.5 -x-revision: 2 +x-revision: 3 Author: Athan Clark <athan.clark@gmail.com> Maintainer: Athan Clark <athan.clark@gmail.com> License: MIT , composition , contravariant , invariant - , witherable + , witherable < 0.5 , keys , semigroups , semigroupoids , semigroupoids , keys , invariant - , witherable + , witherable < 0.5 , mtl , transformers , transformers-base , composition , contravariant , invariant - , witherable + , witherable < 0.5 , semigroups , semigroupoids , keys