-- Initial data-partition.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: data-partition version: 0.2.0.1 synopsis: A pure disjoint set (union find) data structure -- description: homepage: https://github.com/luqui/data-partition license: BSD3 license-file: LICENSE author: Luke Palmer maintainer: lrpalmer@gmail.com -- copyright: category: Data build-type: Simple cabal-version: >=1.8 library exposed-modules: Data.Partition -- other-modules: build-depends: base ==4.*, containers