Skip to content
Commits on Source (3)
Name: patat
Version: 0.8.1.2
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
Cabal-version: >=1.10
Extra-source-files:
CHANGELOG.md
README.md
Source-repository head
Type: git
Location: git://github.com/jaspervdj/patat.git
Flag patat-make-man
Description: Build the executable to generate the man page
Default: False
Manual: True
Executable patat
Main-is: Main.hs
Ghc-options: -Wall -threaded -rtsopts "-with-rtsopts=-N"
Hs-source-dirs: src
Default-language: Haskell2010
Build-depends:
aeson >= 0.9 && < 1.5,
ansi-terminal >= 0.6 && < 0.9,
ansi-wl-pprint >= 0.6 && < 0.7,
base >= 4.6 && < 5,
base64-bytestring >= 1.0 && < 1.1,
bytestring >= 0.10 && < 0.11,
colour >= 2.3 && < 2.4,
containers >= 0.5 && < 0.7,
directory >= 1.2 && < 1.4,
filepath >= 1.4 && < 1.5,
mtl >= 2.2 && < 2.3,
optparse-applicative >= 0.12 && < 0.15,
pandoc >= 2.0.4 && < 2.3,
process >= 1.6 && < 1.7,
skylighting >= 0.1 && < 0.8,
terminal-size >= 0.3 && < 0.4,
text >= 1.2 && < 1.3,
time >= 1.4 && < 1.10,
unordered-containers >= 0.2 && < 0.3,
yaml >= 0.8 && < 0.11,
-- We don't even depend on these packages but they can break cabal install
-- because of the conflicting 'Network.URI' module.
network-uri >= 2.6,
network >= 2.6
If impl(ghc < 8.0)
Build-depends:
semigroups >= 0.16 && < 0.19
Other-modules:
Data.Aeson.Extended
Data.Aeson.TH.Extended
Data.Data.Extended
Patat.AutoAdvance
Patat.Images
Patat.Images.Internal
Patat.Images.W3m
Patat.Images.ITerm2
Patat.Presentation
Patat.Presentation.Display
Patat.Presentation.Display.CodeBlock
Patat.Presentation.Display.Table
Patat.Presentation.Fragment
Patat.Presentation.Interactive
Patat.Presentation.Internal
Patat.Presentation.Read
Patat.PrettyPrint
Patat.Theme
Paths_patat
Text.Pandoc.Extended
Executable patat-make-man
Main-is: make-man.hs
Ghc-options: -Wall
Hs-source-dirs: extra
Default-language: Haskell2010
If flag(patat-make-man)
Buildable: True
Else
Buildable: False
Build-depends:
base >= 4.6 && < 5,
mtl >= 2.2 && < 2.3,
pandoc >= 2.0 && < 2.3,
text >= 1.2 && < 1.3,
time >= 1.6 && < 1.10
......@@ -86,7 +86,7 @@ bytestring-show 0.3.5.6
bzlib 0.5.0.5
c2hs 0.28.5 binary notest
Cabal 2.2.0.1 ghcpkg notest
cabal-debian 4.38.1 binary -f-local-debian key
cabal-debian 4.38.2 binary -f-local-debian key
cabal-doctest 1.0.6
cabal-file-th 0.2.4
cabal-helper 0.8.1.2 ignore # BROKEN: LTS 12: pretty-show (>=1.8.1)
......@@ -650,7 +650,7 @@ parsec 3.1.13.0 ghcpkg notest
parsec-numbers 0.1.0
parser-combinators 1.0.0
parsers 0.12.9
patat 0.8.0.0 binary
patat 0.8.1.2 binary
path 0.6.1 notest # path-0.6.1:test => genvalidity<0.5
path-io 1.3.3
path-pieces 0.2.1
......@@ -665,7 +665,6 @@ persistent 2.8.2
persistent-postgresql 2.8.2.0
persistent-sqlite 2.8.2
persistent-template 2.5.4
pgp-wordlist 0.1.0.2
phybin 0.3 binary ignore # BROKEN: LTS 12: via text (<0.12)
pid1 0.1.2.0
pipes 4.3.9
......@@ -687,7 +686,7 @@ pqueue 1.4.1.1
prelude-extras 0.4.0.3
presburger 1.3.1
prettyclass 1.0.0.0
prettyprinter 1.2.1
prettyprinter 1.2.1 notest # missing pgp-wordlist
prettyprinter-ansi-terminal 1.1.1.2
prettyprinter-convert-ansi-wl-pprint 1.1
pretty-show 1.7
......@@ -1032,16 +1031,16 @@ yesod-newsfeed 1.6.1.0
yesod-persistent 1.6.0 notest
yesod-static 1.6.0
yesod-test 1.6.5
yi 0.17.1 binary key -fvty -fpango
yi-core 0.17.1
yi-frontend-pango 0.17.1
yi-frontend-vty 0.17.1
yi-keymap-emacs 0.17.1
yi-keymap-vim 0.17.1
yi-language 0.17.1
yi-misc-modes 0.17.1
yi-mode-haskell 0.17.1
yi-mode-javascript 0.17.1
yi 0.18.0 binary key -fvty -fpango
yi-core 0.18.0
yi-frontend-pango 0.18.0
yi-frontend-vty 0.18.0
yi-keymap-emacs 0.18.0
yi-keymap-vim 0.18.0
yi-language 0.18.0 ahead
yi-misc-modes 0.18.0
yi-mode-haskell 0.18.0
yi-mode-javascript 0.18.0
yi-rope 0.11
zeromq4-haskell 0.7.0 notest
zip-archive 0.3.3
......