-- Initial keyed.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: keyed version: 0.1.0.0 synopsis: Generic indexing for many data structures description: This library provides generic indexing for a number of data structures, so that we can overload (!) in the same way we overload length with Foldable or (f)map with Functor. license: BSD3 license-file: LICENSE author: Will Yager maintainer: will.yager@gmail.com -- copyright: category: Data build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Data.Keyed, Data.MKeyed -- other-modules: -- other-extensions: build-depends: base >=4.8 && <4.9, vector >= 0.8 && <= 0.11.0.0, containers >= 0.5 && <= 0.5.6.3 hs-source-dirs: src default-language: Haskell2010