-- Initial data-map-multikey.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: data-map-multikey version: 0.0.1 synopsis: Data.Map with multiple, unique keys -- description: homepage: http://github.com/jhickner/data-map-multikey license: MIT license-file: LICENSE author: Jason Hickner maintainer: jhickner@gmail.com -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Data.Map.MultiKey -- other-modules: other-extensions: OverloadedStrings, ExistentialQuantification, DeriveDataTypeable build-depends: base >=4.7 && <4.8, containers >=0.5 && <0.6 -- hs-source-dirs: default-language: Haskell2010