diff --git a/textproc/hs-pandoc-types/Makefile b/textproc/hs-pandoc-types/Makefile index 689a4fc31a7d..fdff82883427 100644 --- a/textproc/hs-pandoc-types/Makefile +++ b/textproc/hs-pandoc-types/Makefile @@ -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" diff --git a/textproc/hs-pandoc-types/distinfo b/textproc/hs-pandoc-types/distinfo index 48a6e081cafa..711c6f548b9d 100644 --- a/textproc/hs-pandoc-types/distinfo +++ b/textproc/hs-pandoc-types/distinfo @@ -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 diff --git a/textproc/hs-pandoc-types/pkg-descr b/textproc/hs-pandoc-types/pkg-descr index be3fda6b9980..9a4e3110b976 100644 --- a/textproc/hs-pandoc-types/pkg-descr +++ b/textproc/hs-pandoc-types/pkg-descr @@ -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