-- This file has been generated from package.yaml by hpack version 0.21.2. -- -- see: https://github.com/sol/hpack -- -- hash: 9b097802837c1541d33b7338721f7e72c397c26e7eb80b8148a1a0299dac9450 name: sets version: 0.0.6.1 x-revision: 1 synopsis: Ducktyped set interface for Haskell containers. description: Please see the README on Github at category: Data homepage: https://github.com/athanclark/sets#readme bug-reports: https://github.com/athanclark/sets/issues author: Athan Clark maintainer: athan.clark@localcooking.com copyright: 2018 Athan Clark license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/athanclark/sets library build-depends: mtl <2.3 exposed-modules: Data.Set.Class Data.Set.Ordered.Many Data.Set.Ordered.Many.With Data.Set.Ordered.Unique Data.Set.Ordered.Unique.Finite Data.Set.Ordered.Unique.With Data.Set.Unordered.Many Data.Set.Unordered.Unique other-modules: Paths_sets hs-source-dirs: src ghc-options: -Wall build-depends: QuickCheck >=2.9.2 , base >=4.11 && <5.0 , bytestring , commutative >=0.0.2 , composition , containers , contravariant , hashable , keys , mtl , semigroupoids , semigroups , transformers , transformers-base , unordered-containers , vector , witherable default-language: Haskell2010 test-suite sets-test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Data.SetSpec Paths_sets hs-source-dirs: test ghc-options: -Wall -threaded -rtsopts -Wall -with-rtsopts=-N build-depends: QuickCheck , base >=4.11 && <5.0 , bytestring , commutative , composition , containers , contravariant , hashable , keys , mtl , quickcheck-instances , semigroupoids , semigroups , sets , tasty , tasty-hunit , tasty-quickcheck , transformers , transformers-base , unordered-containers , vector , witherable default-language: Haskell2010 benchmark sets-bench type: exitcode-stdio-1.0 main-is: Profile.hs other-modules: Data.IntMap.Data Data.IntSet.Data Data.Map.Data Data.Set.Data Data.Set.Ordered.Many.Data Data.Set.Unordered.Many.Data Data.Set.Unordered.Unique.Data Paths_sets hs-source-dirs: bench ghc-options: -Wall -threaded -rtsopts -Wall -with-rtsopts=-N build-depends: QuickCheck >=2.9.2 , base >=4.11 && <5.0 , bytestring , commutative , composition , containers , contravariant , criterion , hashable , keys , mtl , semigroupoids , semigroups , sets , transformers , transformers-base , unordered-containers , vector , witherable default-language: Haskell2010