1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Update to 1.9.1

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-03 22:33:01 +00:00
parent 348e7bd8e5
commit 8d491fec96
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298272
3 changed files with 5 additions and 11 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= pandoc-types
PORTVERSION= 1.8.2
PORTREVISION= 1
PORTVERSION= 1.9.1
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
@ -17,6 +16,7 @@ LICENSE= GPLv2
FILE_LICENSE= COPYING
CABAL_SETUP= Setup.hs
USE_CABAL= syb
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"

View File

@ -1,2 +1,2 @@
SHA256 (cabal/pandoc-types-1.8.2.tar.gz) = 6a580be1ec25a747db2ee9df1c98b1f3a778493b98e5148bf8ce5ed1289e9013
SIZE (cabal/pandoc-types-1.8.2.tar.gz) = 13079
SHA256 (cabal/pandoc-types-1.9.1.tar.gz) = 3188ea41957a0276fded01b64147b439e5da8fc50f663c870de78117d5b4e484
SIZE (cabal/pandoc-types-1.9.1.tar.gz) = 13941

View File

@ -5,10 +5,4 @@ split off, so that other packages can use them without drawing in all of
pandoc's dependencies, and pandoc itself can depend on packages (like
citeproc-hs) that use them.
Text.Pandoc.Builder provides functions for building up Pandoc structures
programmatically.
Text.Pandoc.Generic provides generic functions for manipulating Pandoc
documents.
WWW: http://johnmacfarlane.net/pandoc
WWW: http://johnmacfarlane.net/pandoc