diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:33:01 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:33:01 +0000 |
commit | 8d491fec966fd71e3c8e0b04620907002d4dae3b (patch) | |
tree | 49b7c21131657c4374f74356e7167385bc8dd519 /textproc/hs-pandoc-types | |
parent | 348e7bd8e5f0297afcc6ab217fe69714348138bf (diff) | |
download | ports-8d491fec966fd71e3c8e0b04620907002d4dae3b.tar.gz ports-8d491fec966fd71e3c8e0b04620907002d4dae3b.zip |
- Update to 1.9.1
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=298272
Diffstat (limited to 'textproc/hs-pandoc-types')
-rw-r--r-- | textproc/hs-pandoc-types/Makefile | 4 | ||||
-rw-r--r-- | textproc/hs-pandoc-types/distinfo | 4 | ||||
-rw-r--r-- | textproc/hs-pandoc-types/pkg-descr | 8 |
3 files changed, 5 insertions, 11 deletions
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 |