name: wembley version: 0.1.0.0 synopsis: Pretty-printing of codebases description: Pretty-printing of codebases for the purposes of code review on paper or publication of a whole codebase in a document form. homepage: https://github.com/lovasko/wembley license: BSD3 license-file: LICENSE author: Daniel Lovasko maintainer: Daniel Lovasko copyright: 2016 Daniel Lovasko category: Pretty-printing build-type: Simple cabal-version: >=1.10 executable wembley hs-source-dirs: src main-is: Main.hs other-modules: Latex , Markdown , Options build-depends: base >= 4.7 && < 5 , bytestring , filepath , filemanip , optparse-applicative , split default-language: Haskell2010 source-repository head type: git location: https://github.com/lovasko/wembley