-- Initial mdcat.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: mdcat version: 0.1.0.4 synopsis: Markdown viewer in your terminal description: A simple command line tool for viewing markdown in your terminal -- description: homepage: https://github.com/dorafmon/mdcat license: MIT license-file: LICENSE author: Bob Fang maintainer: dorafmon@gmail.com -- copyright: category: Text build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Mdcat default-language: Haskell2010 hs-source-dirs: src build-depends: base >=4.6 && <5.0, pandoc >=1.13 && <1.14, directory >=1.2 && <1.3, ansi-terminal >=0.6 && <0.7, terminfo >= 0.4.0.0 executable mdcat main-is: Main.hs -- other-modules: Mdcat -- other-extensions: build-depends: base >=4.6 && <5.0, pandoc >=1.13 && <1.14, directory >=1.2 && <1.3, ansi-terminal >=0.6 && <0.7, terminfo >= 0.4.0.0 hs-source-dirs: src default-language: Haskell2010 source-repository head type: git location: git@github.com:dorafmon/mdcat.git