patat-0.1.0.0: patat.cabal
Name: patat
Version: 0.1.0.0
Synopsis: Terminal-based presentations using Pandoc
Description: Terminal-based presentations using Pandoc
License: GPL-2
License-file: LICENSE
Author: Jasper Van der Jeugt <m@jaspervdj.be>
Maintainer: Jasper Van der Jeugt <m@jaspervdj.be>
Homepage: http://github.com/jaspervdj/patat
Copyright: 2016 Jasper Van der Jeugt
Category: Text
Build-type: Simple
Extra-source-files: CHANGELOG.md
Cabal-version: >=1.10
Source-repository head
Type: git
Location: git://github.com/jaspervdj/patat.git
Executable patat
Main-is: Main.hs
Ghc-options: -Wall -threaded -rtsopts "-with-rtsopts=-N"
Hs-source-dirs: src
Default-language: Haskell2010
Build-depends:
ansi-terminal >= 0.6 && < 0.7,
ansi-wl-pprint >= 0.6 && < 0.7,
base >= 4.6 && < 4.10,
containers >= 0.5 && < 0.6,
directory >= 1.2 && < 1.3,
filepath >= 1.4 && < 1.5,
mtl >= 2.2 && < 2.3,
optparse-applicative >= 0.12 && < 0.14,
pandoc >= 1.17 && < 1.18,
terminal-size >= 0.3 && < 0.4,
time >= 1.4 && < 1.7
Other-modules:
Data.Data.Extended
Patat.Presentation
Patat.Presentation.Display
Patat.Presentation.Display.Table
Patat.Presentation.Interactive
Patat.Presentation.Internal
Patat.Presentation.Read
Patat.PrettyPrint
Text.Pandoc.Extended