gpo.zugaina.org

Search Portage & Overlays:

dev-haskell/pandoc-server

Pandoc document conversion as an HTTP servant-server

Screenshots

  • pandoc-server-0.1.0.3
    ~amd64 ~arm64 ~ppc64 ~riscv ~x86
    doc hscolour profile

    View      Download      Browse     License: GPL-2+   
    Overlay: gentoo
  • pandoc-server-0.1.0.3
    ~amd64
    doc hscolour hoogle profile

    View      Download      Browse     License: GPL-2+   
    Overlay: haskell

ChangeLog

commit 225917608de317f2a6f9dc5d9112b0eb75b9d6b5
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sun Sep 24 16:18:48 2023 -0600

app-text/pandoc: Rename to dev-haskell/pandoc

Change to the dev-haskell category to reflect that 'pandoc' is a
library and does not contain the application (now in the 'pandoc-cli'
package).

See: https://github.com/jgm/pandoc/commit/bd1d923b86edba6e090ba14b1cd17e1e32c727f2
See: d7d13c0ee0af75839a2f607366dab6e990ebbe39
Closes: https://github.com/gentoo-haskell/gentoo-haskell/issues/1480
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit 9c2cdb4fc943ac00872e6e0df72dc71501c7bf3c
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Sep 3 07:38:32 2023 +1000

dev-haskell/pandoc-server: drop 0.1.0.2

Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit 8ce517507fcc2f363562f31e5723b7174add96be
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Sep 3 07:38:30 2023 +1000

dev-haskell/pandoc-server: add 0.1.0.3

Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit 4b57ce600c7643ab702eca076a98e0b7755ef3d4
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Aug 23 08:00:33 2023 +1000

dev-haskell/pandoc-server: drop 0.1.0.1

Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit 34f1196d194b0afe3575fb4b8236e4350a455b2c
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Aug 23 08:00:31 2023 +1000

dev-haskell/pandoc-server: add 0.1.0.2

Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit ce51c884c7e5a3e19418502c7ee849983d1909d8
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jul 2 09:39:56 2023 +1000

dev-haskell/pandoc-server: drop 0.1

Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit 383fb26a518d1fbaf2bf9fe541b99ee384ecbaa3
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jul 2 09:39:54 2023 +1000

dev-haskell/pandoc-server: add 0.1.0.1

Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit db98782e890b3cebf75a19b2da3a1bdcbee17fa4
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 12 06:28:08 2023 -0600

*/*: Remove [profile?] from ghc RDEPEND

This reverts commit b2f01bbf1333c88785109bebf75d49a3bd623727.

Adding [profile?] universally causes issues with exe-only packages with
no profile USE flag. This is better handled in the eclass.

Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit a2f524e74d7e5e5000c1d057a74dcd7f4af7b43c
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat May 6 17:04:20 2023 -0600

*/*: Remove ~x86 (and related) from KEYWORDS

x86 is mostly untested, and even building a subset of ::haskell
revealed failing tests which pass on amd64.

With the new behavior of hackport to only add ARCH to KEYWORDS, there
will be CI failures if a package has ~x86 removed but not from its
revdep tree as well. The only sensible mitigation is to remove ~x86
tree-wide until we have a dedicated tester willing to fix current bugs.

See: https://github.com/snoyberg/mono-traversable/issues/210
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit b2f01bbf1333c88785109bebf75d49a3bd623727
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 5 15:53:40 2023 -0600

*/*: Add [profile?] to ghc RDEPEND

Any package that depends on 'base' will require the 'base' profiling
libs when profiling is enabled. Because virtually every package depends
on 'base', it makes sense to add [profile?] universally to
'dev-lang/ghc' in RDEPEND.

Reported-by: Filip Kszczot <filip@kszczot.pl>
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit 1df72a5e0182affa8f7e1db0506e40929722669f
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Apr 2 17:03:22 2023 +1000

dev-haskell/pandoc-server: new package, add 0.1

Signed-off-by: Jack Todaro <solpeth@posteo.org>