name: typescript-docs version: 0.0.3 cabal-version: >=1.4 build-type: Simple license: MIT license-file: LICENSE copyright: (c) DICOM Grid Inc. 2013 maintainer: Phillip Freeman stability: experimental homepage: http://github.com/paf31/typescript-docs synopsis: A documentation generator for TypeScript Definition files description: A documentation generator for TypeScript Definition files category: Language author: Phillip Freeman data-dir: "" executable typescript-docs build-depends: utf8-string -any, syb -any, split -any, filepath -any, filemanip -any, cmdtheline -any, containers -any, blaze-html -any, parsec -any, base >= 3 && <= 5, language-typescript >= 0.0.3 main-is: Main.hs buildable: True hs-source-dirs: src other-modules: Language.TypeScript.Docs Language.TypeScript.Docs.Html Language.TypeScript.Docs.Comments