gpo.zugaina.org

Search Portage & Overlays:

dev-util/dhall-docs

Generate HTML docs from a dhall package

Screenshots

  • dhall-docs-1.0.11
    ~amd64
    doc hscolour hoogle profile test

    View      Download      Browse     License: BSD   
    Overlay: haskell

ChangeLog

commit 3066a140e6102ec358153a79f3c882816cdb7b96
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Apr 29 13:06:49 2023 -0600

dev-util/dhall-docs: add 1.0.11, drop 1.0.10

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

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 5329f3492699de38485d2d3f162da2e460b685e7
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sun Jan 8 13:27:18 2023 -0700

dev-util/dhall-docs: add 1.0.10, drop 1.0.9

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

commit 9672ee12c9c489f9e5bfdee329a4e6aed692fe4d
Author: Sam James <sam@gentoo.org>
Date: Sat Jul 30 06:55:18 2022 +0100

*/*: fix https->https in metadatd dtd

Newer hackport fixes this (in git, not tagged yet).

Signed-off-by: Sam James <sam@gentoo.org>

commit 805aa1eb55fa93654b93c3539567b63efd252e83
Author: hololeap <hololeap@users.noreply.github.com>
Date: Tue Mar 22 15:50:08 2022 -0600

dev-util/dhall-docs: Bump to 1.0.9

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit cd2df2b6252d5f85815b1ebfcd1e6500eab45fad
Author: hololeap <hololeap@users.noreply.github.com>
Date: Tue Mar 22 15:42:18 2022 -0600

dev-util/dhall-docs: Remove old

Remove old patches:
dhall-docs-1.0.7-cabal-doctest.patch
dhall-docs-1.0.7-disable-tasty-tests.patch

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

commit 872d871fe79ad871ea166cc78c340324637a34e9
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Feb 12 09:12:00 2022 -0700

dev-util/dhall-docs: Keyword 1.0.8

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit ebd01eda34e6d8fb1f9b5255213e4c8469929fde
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri Feb 11 00:51:55 2022 -0700

dev-util/dhall-docs: Switch to cabal-doctest

Add patch: dhall-docs-1.0.7-cabal-doctest.patch

Drop unused patches:
dhall-docs-1.0.7-package-imports.patch
dhall-docs-1.0.7-remove-hashable-dep.patch

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit c4af9ebda1b10a1ad5968b271edb39b9ef0089b0
Author: hololeap <hololeap@users.noreply.github.com>
Date: Thu Feb 10 12:28:10 2022 -0700

dev-util/dhall-docs: Add 1.0.8 (no keywords)

Add patch: dhall-docs-1.0.8-cabal-doctest.patch

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit 58111a7def0d2e310920a08b690ac660f8b01dce
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri Nov 5 14:47:00 2021 -0600

dev-util/dhall-docs: Add 1.0.7

Added patches:

dhall-docs-1.0.7-disable-tasty-tests.patch
* These tests are buggy, relying on missing imports and failing due to
"golden" tests with out-of-order elements.

dhall-docs-1.0.7-package-imports.patch
* doctest pulls in the out-of-scope package `hashing` if it is installed
on the system. A workaround is to use PackageImports to force
importing from `cryptonite`.
* Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1231

dhall-docs-1.0.7-remove-hashable-dep.patch
* Bug has been fixed upstream so hashable is no longer needed as a
dependency.
* https://github.com/chrisdone/lucid/issues/107
* Unused currently since tasty tests are disabled.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: hololeap <hololeap@users.noreply.github.com>