packages feed

pandoc-lens-0.1.0.0: pandoc-lens.cabal

name:                pandoc-lens
version:             0.1.0.0
synopsis:            Lenses for Pandoc documents
description:         Lenses for Pandoc documents
homepage:            http://github.com/bgamari/pandoc-lens
license:             BSD3
license-file:        LICENSE
author:              Ben Gamari
maintainer:          bgamari.foss@gmail.com
copyright:           (c) 2014 Ben Gamari
category:            Text
build-type:          Simple
cabal-version:       >=1.10

source-repository head
  type:                git
  location:            git://github.com/bgamari/pandoc-lenses

library
  exposed-modules:     Text.Pandoc.Lens
  build-depends:       base >=4.7 && <4.8, pandoc-types >=1.12 && <1.13, lens >=4.2 && <4.3, containers
  default-language:    Haskell2010