name: unboxed-containers version: 0.0.2.2 license: BSD3 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett stability: experimental homepage: http://github.com/ekmett/unboxed-containers category: Data synopsis: Self-optimizing unboxed sets using view patterns and data families description: Self-optimizing unboxed sets using view patterns and data families copyright: (c) 2009 Edward A. Kmett build-type: Simple cabal-version: >=1.2 extra-source-files: instances.pl library build-depends: base >= 4 && < 5, containers >= 0.2.0.0 && < 0.5.0.0 exposed-modules: Data.Set.Unboxed ghc-options: -fno-warn-overlapping-patterns -O2 -fdicts-cheap -- executable unboxed-set-benchmark -- main-is: Benchmark.hs -- build-depends: -- base >= 4 && < 4.4, -- random >= 1.0.0.1 && < 1.1.0.0, -- containers >= 0.2.0.0 && < 0.5.0.0, -- parallel >= 3.0.0.0 && < 3.2, -- timeit >= 0.9.0 && < 1.0 -- other-modules: -- Data.Set.Unboxed -- ghc-options: -fno-warn-overlapping-patterns -O2 -fdicts-cheap