name: glaze version: 0.2.0.2 synopsis: Framework for rendering things with metadata/headers and values description: Please see README.md homepage: https://github.com/louispan/glaze#readme license: BSD3 license-file: LICENSE author: Louis Pan maintainer: louis@pan.me copyright: 2016 Louis Pan category: Text build-type: Simple extra-source-files: README.md cabal-version: >=1.10 tested-with: GHC == 7.10.3, GHC == 8.0.1 library hs-source-dirs: src exposed-modules: Glaze build-depends: base < 6 , lens >= 4 && < 5 ghc-options: -Wall default-language: Haskell2010 source-repository head type: git location: https://github.com/louispan/glaze