Import patat_0.4.7.1.orig.tar.gz
authorFélix Sipma <felix+debian@gueux.org>
Mon, 23 Jan 2017 14:20:49 +0000 (14:20 +0000)
committerFélix Sipma <felix+debian@gueux.org>
Mon, 23 Jan 2017 14:20:49 +0000 (14:20 +0000)
commit18a079dad5c33ecc270550fe556d847d89669f99
tree61c6a19b64c704c5e9a25ea68f2a0a8e231d4e69
Import patat_0.4.7.1.orig.tar.gz

[dgit import orig patat_0.4.7.1.orig.tar.gz]
52 files changed:
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
Setup.hs [new file with mode: 0644]
extra/make-man.hs [new file with mode: 0644]
extra/screenshot.png [new file with mode: 0644]
patat.cabal [new file with mode: 0644]
src/Data/Aeson/Extended.hs [new file with mode: 0644]
src/Data/Aeson/TH/Extended.hs [new file with mode: 0644]
src/Data/Data/Extended.hs [new file with mode: 0644]
src/Main.hs [new file with mode: 0644]
src/Patat/AutoAdvance.hs [new file with mode: 0644]
src/Patat/Presentation.hs [new file with mode: 0644]
src/Patat/Presentation/Display.hs [new file with mode: 0644]
src/Patat/Presentation/Display/CodeBlock.hs [new file with mode: 0644]
src/Patat/Presentation/Display/Table.hs [new file with mode: 0644]
src/Patat/Presentation/Fragment.hs [new file with mode: 0644]
src/Patat/Presentation/Interactive.hs [new file with mode: 0644]
src/Patat/Presentation/Internal.hs [new file with mode: 0644]
src/Patat/Presentation/Read.hs [new file with mode: 0644]
src/Patat/PrettyPrint.hs [new file with mode: 0644]
src/Patat/Theme.hs [new file with mode: 0644]
src/Text/Pandoc/Extended.hs [new file with mode: 0644]
stack.yaml [new file with mode: 0644]
test.sh [new file with mode: 0644]
tests/01.md [new file with mode: 0644]
tests/01.md.dump [new file with mode: 0644]
tests/02.lhs [new file with mode: 0644]
tests/02.lhs.dump [new file with mode: 0644]
tests/03.md [new file with mode: 0644]
tests/03.md.dump [new file with mode: 0644]
tests/deflist.md [new file with mode: 0644]
tests/deflist.md.dump [new file with mode: 0644]
tests/fragments.md [new file with mode: 0644]
tests/fragments.md.dump [new file with mode: 0644]
tests/links.md [new file with mode: 0644]
tests/links.md.dump [new file with mode: 0644]
tests/lists.md [new file with mode: 0644]
tests/lists.md.dump [new file with mode: 0644]
tests/meta.md [new file with mode: 0644]
tests/meta.md.dump [new file with mode: 0644]
tests/syntax.md [new file with mode: 0644]
tests/syntax.md.dump [new file with mode: 0644]
tests/tables.md [new file with mode: 0644]
tests/tables.md.dump [new file with mode: 0644]
tests/themes.md [new file with mode: 0644]
tests/themes.md.dump [new file with mode: 0644]
tests/wrapping.md [new file with mode: 0644]
tests/wrapping.md.dump [new file with mode: 0644]