mdcat-0.1.0.1: mdcat.cabal
-- Initial mdcat.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: mdcat
version: 0.1.0.1
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
executable mdcat
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.8, 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