-- Initial bson-lens.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: bson-lens version: 0.1.1 synopsis: BSON lenses description: Lenses for Data.Bson homepage: https://github.com/jb55/bson-lens license: MIT license-file: LICENSE author: William Casarin maintainer: bill@casarin.me -- copyright: category: Development build-type: Simple -- extra-source-files: cabal-version: >=1.10 tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1, GHC == 7.10.2 source-repository head type: git location: https://github.com/jb55/bson-lens library exposed-modules: Data.Bson.Lens -- other-modules: -- other-extensions: build-depends: base >=4.5 && <5, bson, text, lens hs-source-dirs: src default-language: Haskell2010